Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h87 SmallPtrSetImpl<MachineBasicBlock *> &getBlocksSet() { return BlockSet; } in getBlocksSet() function
H A DWebAssemblyExceptionInfo.cpp210 SrcWE->getBlocksSet().remove_if([&](MachineBasicBlock *MBB){ in recalculate()
/freebsd/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.h709 const SmallPtrSetImpl<const BlockT *> &BlocksSet = L->getBlocksSet(); in compareLoops()
711 OtherL->getBlocksSet(); in compareLoops()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp464 OldContainingL->getBlocksSet().erase(&Preheader); in hoistLoopToNewParent()
466 OldContainingL->getBlocksSet().erase(BB); in hoistLoopToNewParent()
1745 ParentL->getBlocksSet().erase(BB); in deleteDeadBlocksFromLoop()
1944 IL->getBlocksSet().erase(PH); in rebuildLoopAfterUnswitch()
1946 IL->getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
1976 L.getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
1992 L.getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()