Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h87 SmallPtrSetImpl<MachineBasicBlock *> &getBlocksSet() { return BlockSet; } in getBlocksSet() function
H A DWebAssemblyExceptionInfo.cpp210 for (auto *MBB : SrcWE->getBlocksSet()) { in recalculate()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h200 SmallPtrSetImpl<const BlockT *> &getBlocksSet() { in getBlocksSet() function
206 const SmallPtrSetImpl<const BlockT *> &getBlocksSet() const { in getBlocksSet() function
H A DGenericLoopInfoImpl.h697 const SmallPtrSetImpl<const BlockT *> &BlocksSet = L->getBlocksSet(); in compareLoops()
699 OtherL->getBlocksSet(); in compareLoops()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp456 OldContainingL->getBlocksSet().erase(&Preheader); in hoistLoopToNewParent()
458 OldContainingL->getBlocksSet().erase(BB); in hoistLoopToNewParent()
1726 ParentL->getBlocksSet().erase(BB); in deleteDeadBlocksFromLoop()
1925 IL->getBlocksSet().erase(PH); in rebuildLoopAfterUnswitch()
1927 IL->getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
1957 L.getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
1973 L.getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()