Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ !
H A DWebAssemblyExceptionInfo.h87 SmallPtrSetImpl<MachineBasicBlock *> &getBlocksSet() { return BlockSet; } in getBlocksSet() function
H A DWebAssemblyExceptionInfo.cpp211 SrcWE->getBlocksSet().remove_if([&](MachineBasicBlock *MBB){ in recalculate()
/src/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()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ !
H A DSimpleLoopUnswitch.cpp458 OldContainingL->getBlocksSet().erase(&Preheader); in hoistLoopToNewParent()
460 OldContainingL->getBlocksSet().erase(BB); in hoistLoopToNewParent()
1740 ParentL->getBlocksSet().erase(BB); in deleteDeadBlocksFromLoop()
1939 IL->getBlocksSet().erase(PH); in rebuildLoopAfterUnswitch()
1941 IL->getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
1971 L.getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
1987 L.getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()