Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h87 SmallPtrSetImpl<MachineBasicBlock *> &getBlocksSet() { return BlockSet; } in getBlocksSet() function
H A DWebAssemblyExceptionInfo.cpp209 for (auto *MBB : SrcWE->getBlocksSet()) { in recalculate()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp399 OldContainingL->getBlocksSet().erase(&Preheader); in hoistLoopToNewParent()
401 OldContainingL->getBlocksSet().erase(BB); in hoistLoopToNewParent()
1654 ParentL->getBlocksSet().erase(BB); in deleteDeadBlocksFromLoop()
1850 IL->getBlocksSet().erase(PH); in rebuildLoopAfterUnswitch()
1852 IL->getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
1882 L.getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
1898 L.getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h677 const SmallPtrSetImpl<const BlockT *> &BlocksSet = L->getBlocksSet(); in compareLoops()
679 OtherL->getBlocksSet(); in compareLoops()
H A DLoopInfo.h214 SmallPtrSetImpl<const BlockT *> &getBlocksSet() { in getBlocksSet() function
220 const SmallPtrSetImpl<const BlockT *> &getBlocksSet() const { in getBlocksSet() function