Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h73 void addToBlocksVector(MachineBasicBlock *MBB) { Blocks.push_back(MBB); } in addToBlocksVector() function
H A DWebAssemblyExceptionInfo.cpp244 WE->addToBlocksVector(MBB); in recalculate()