Home
last modified time | relevance | path

Searched refs:addToBlocksSet (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.cpp201 WE->addToBlocksSet(MBB); in recalculate()
236 SrcWE->getParentException()->addToBlocksSet(MBB); in recalculate()
H A DWebAssemblyExceptionInfo.h71 void addToBlocksSet(MachineBasicBlock *MBB) { BlockSet.insert(MBB); } in addToBlocksSet() function