Home
last modified time | relevance | path

Searched refs:getBlocksSet (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h87 SmallPtrSetImpl<MachineBasicBlock *> &getBlocksSet() { return BlockSet; } in getBlocksSet() function
H A DWebAssemblyExceptionInfo.cpp208 for (auto *MBB : SrcWE->getBlocksSet()) { in recalculate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp328 OldContainingL->getBlocksSet().erase(&Preheader); in hoistLoopToNewParent()
330 OldContainingL->getBlocksSet().erase(BB); in hoistLoopToNewParent()
1573 ParentL->getBlocksSet().erase(BB); in deleteDeadBlocksFromLoop()
1768 IL->getBlocksSet().erase(PH); in rebuildLoopAfterUnswitch()
1770 IL->getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
1800 L.getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
1816 L.getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h679 const SmallPtrSetImpl<const BlockT *> &BlocksSet = L->getBlocksSet(); in compareLoops()
681 OtherL->getBlocksSet(); in compareLoops()
H A DLoopInfo.h198 SmallPtrSetImpl<const BlockT *> &getBlocksSet() { in getBlocksSet() function
204 const SmallPtrSetImpl<const BlockT *> &getBlocksSet() const { in getBlocksSet() function