HomeSort by: relevance | last modified time | path
    Searched refs:getExitBlocks (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LCSSA.cpp 104 L->getExitBlocks(LoopExitBlocks[L]);
347 L.getExitBlocks(ExitBlocks);
LoopUnroll.cpp 369 L->getExitBlocks(ExitBlocks);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopInfoImpl.h 58 /// getExitBlocks - Return all of the successor blocks of this loop. These
62 void LoopBase<BlockT, LoopT>::getExitBlocks(
75 getExitBlocks(ExitBlocks);
79 /// getExitBlock - If getExitBlocks would return exactly one block,
85 getExitBlocks(ExitBlocks);
293 getExitBlocks(ExitBBs);
LoopInfo.h 281 void getExitBlocks(SmallVectorImpl<BlockT *> &ExitBlocks) const;
283 /// If getExitBlocks would return exactly one block, return that block.
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CFG.cpp 200 Outer->getExitBlocks(Worklist);
SyncDependenceAnalysis.cpp 385 BlockLoop->getExitBlocks(BlockLoopExits);
LoopInfo.cpp 1008 L.getExitBlocks(ExitBlocks);
BranchProbabilityInfo.cpp 295 LB.getLoop()->getExitBlocks(Exits);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 206 TLL->getExitBlocks(ExitBlocks);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopSimplifyCFG.cpp 266 L.getExitBlocks(ExitBlocks);
SimpleLoopUnswitch.cpp 288 L.getExitBlocks(Exits);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 249 L.getExitBlocks(LoopExitBlocks);
355 LP->getExitBlocks(LoopExitBlocks);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMLowOverheadLoops.cpp 145 ML.getExitBlocks(ExitBlocks);
990 ML.getExitBlocks(ExitBlocks);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineLICM.cpp 380 CurLoop->getExitBlocks(ExitBlocks);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 768 L->getExitBlocks(ExitBlocks);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDILCFGStructurizer.cpp 1023 LoopRep->getExitBlocks(ExitBlks);

Completed in 36 milliseconds