HomeSort by relevance Sort by last modified time
    Searched refs:getExitingBlocks (Results 1 - 14 of 14) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 155 L->getExitingBlocks(exitingBlocks);
IndVarSimplify.cpp 731 L->getExitingBlocks(ExitingBlocks);
    [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 29 /// getExitingBlocks - Return all blocks inside the loop that have successors
35 getExitingBlocks(SmallVectorImpl<BlockT *> &ExitingBlocks) const {
48 /// getExitingBlock - If getExitingBlocks would return exactly one block,
53 getExitingBlocks(ExitingBlocks);
LoopInfo.h 202 /// getExitingBlocks - Return all blocks inside the loop that have successors
206 void getExitingBlocks(SmallVectorImpl<BlockT *> &ExitingBlocks) const;
208 /// getExitingBlock - If getExitingBlocks would return exactly one block,
RegionInfoImpl.h 131 L->getExitingBlocks(ExitingBlocks);
  /external/llvm/lib/CodeGen/
ShrinkWrap.cpp 366 MLI->getLoopFor(Restore)->getExitingBlocks(ExitBlocks);
MachineLICM.cpp 580 CurLoop->getExitingBlocks(CurrentLoopExitingBlocks);
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 508 L->getExitingBlocks(ExitingBlocks);
831 L->getExitingBlocks(ExitingBlocks);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 469 L->getExitingBlocks(ExitingBlocks);
  /external/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp 763 LoopRep->getExitingBlocks(ExitingMBBs);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 475 loopRep->getExitingBlocks(exitingBlks);
948 loopRep->getExitingBlocks(exitingBlks);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
ScalarEvolution.cpp     [all...]

Completed in 583 milliseconds