Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp318 OldContainingL->getBlocksSet().erase(&Preheader); in hoistLoopToNewParent()
320 OldContainingL->getBlocksSet().erase(BB); in hoistLoopToNewParent()
1488 ParentL->getBlocksSet().erase(BB); in deleteDeadBlocksFromLoop()
1678 IL->getBlocksSet().erase(PH); in rebuildLoopAfterUnswitch()
1680 IL->getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
1710 L.getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
1727 L.getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h176 SmallPtrSetImpl<const BlockT *> &getBlocksSet() { in getBlocksSet() function
182 const SmallPtrSetImpl<const BlockT *> &getBlocksSet() const { in getBlocksSet() function
H A DLoopInfoImpl.h692 const SmallPtrSetImpl<const BlockT *> &BlocksSet = L->getBlocksSet(); in compareLoops()
693 const SmallPtrSetImpl<const BlockT *> &OtherBlocksSet = L->getBlocksSet(); in compareLoops()