Home
last modified time | relevance | path

Searched refs:getExitingBlocks (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp155 L->getExitingBlocks(exitingBlocks); in runOnLoop()
DIndVarSimplify.cpp731 L->getExitingBlocks(ExitingBlocks); in canLoopBeDeleted()
DLoopStrengthReduce.cpp2089 L->getExitingBlocks(ExitingBlocks); in OptimizeLoopTermCond()
4408 PIL->getExitingBlocks(ExitingBlocks); in AdjustInsertPositionForExpand()
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h35 getExitingBlocks(SmallVectorImpl<BlockT *> &ExitingBlocks) const { in getExitingBlocks() function
53 getExitingBlocks(ExitingBlocks); in getExitingBlock()
DLoopInfo.h206 void getExitingBlocks(SmallVectorImpl<BlockT *> &ExitingBlocks) const;
DRegionInfoImpl.h131 L->getExitingBlocks(ExitingBlocks); in contains()
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp508 L->getExitingBlocks(ExitingBlocks); in simplifyOneLoop()
831 L->getExitingBlocks(ExitingBlocks);
/external/llvm/lib/CodeGen/
DShrinkWrap.cpp366 MLI->getLoopFor(Restore)->getExitingBlocks(ExitBlocks); in updateSaveRestorePoints()
DMachineLICM.cpp580 CurLoop->getExitingBlocks(CurrentLoopExitingBlocks); in IsGuaranteedToExecute()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp469 L->getExitingBlocks(ExitingBlocks); in convertToCTRLoop()
/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp763 LoopRep->getExitingBlocks(ExitingMBBs); in prepare()
1107 LoopRep->getExitingBlocks(ExitingMBBs); in mergeLoop()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp475 loopRep->getExitingBlocks(exitingBlks); in prepare()
948 loopRep->getExitingBlocks(exitingBlks); in loopbreakPatternMatch()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp1830 L->getExitingBlocks(ExitingBlocks); in findExistingExpansion()
DScalarEvolution.cpp5189 L->getExitingBlocks(ExitingBlocks); in computeBackedgeTakenCount()