Home
last modified time | relevance | path

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

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