Home
last modified time | relevance | path

Searched refs:getExitBlocks (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLCSSA.cpp187 OtherLoop->getExitBlocks(EBs); in processInstruction()
225 L.getExitBlocks(ExitBlocks); in formLCSSA()
DLoopUnroll.cpp220 L->getExitBlocks(ExitBlocks); in UnrollLoop()
DLoopSimplify.cpp544 L->getExitBlocks(ExitBlocks); in simplifyOneLoop()
/external/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp116 L->getExitBlocks(ExitBlocks); in runOnLoop()
130 L->getExitBlocks(ExitBlocks); in runOnLoop()
/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h64 getExitBlocks(SmallVectorImpl<BlockT*> &ExitBlocks) const { in getExitBlocks() function
80 getExitBlocks(ExitBlocks); in getExitBlock()
230 getExitBlocks(ExitBBs); in verifyLoop()
DLoopInfo.h215 void getExitBlocks(SmallVectorImpl<BlockT*> &ExitBlocks) const;
/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp166 SuccLoop->getExitBlocks(SubLoopExitBlocks); in runOnLoop()
DLICM.cpp724 CurLoop->getExitBlocks(ExitBlocks); in isGuaranteedToExecute()
/external/llvm/lib/Analysis/
DCFG.cpp163 Outer->getExitBlocks(Worklist); in isPotentiallyReachableFromMany()
DLoopInfo.cpp363 getExitBlocks(ExitBlocks); in hasDedicatedExits()
DScalarEvolution.cpp9113 L->getExitBlocks(ExitBlocks); in PrintLoopInfo()
/external/llvm/lib/CodeGen/
DMachineLICM.cpp311 CurLoop->getExitBlocks(ExitBlocks); in runOnMachineFunction()
/external/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp1112 LoopRep->getExitBlocks(ExitBlks); in mergeLoop()