Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp295 OldContainingL->getBlocksSet().erase(&Preheader); in hoistLoopToNewParent()
297 OldContainingL->getBlocksSet().erase(BB); in hoistLoopToNewParent()
1398 ParentL->getBlocksSet().erase(BB); in deleteDeadBlocksFromLoop()
1588 IL->getBlocksSet().erase(PH); in rebuildLoopAfterUnswitch()
1590 IL->getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
1620 L.getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
1637 L.getBlocksSet().erase(BB); in rebuildLoopAfterUnswitch()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfo.h176 SmallPtrSetImpl<const BlockT *> &getBlocksSet() { in getBlocksSet() function
182 const SmallPtrSetImpl<const BlockT *> &getBlocksSet() const { in getBlocksSet() function
DLoopInfoImpl.h689 const SmallPtrSetImpl<const BlockT *> &BlocksSet = L->getBlocksSet(); in compareLoops()
690 const SmallPtrSetImpl<const BlockT *> &OtherBlocksSet = L->getBlocksSet(); in compareLoops()