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

  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 314 MachineBasicBlock *LastMBB = L->getExitingBlock();
650 MachineBasicBlock *LastMBB = L->getExitingBlock();
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 317 BasicBlock *getExitingBlock() const;
LoopInfo.h 190 /// getExitingBlock - If getExitingBlocks would return exactly one block,
192 BlockT *getExitingBlock() const;
LoopInfoImpl.h 51 /// getExitingBlock - If getExitingBlocks would return exactly one block,
54 BlockT *LoopBase<BlockT, LoopT>::getExitingBlock() const {
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 230 if (!L->getExitingBlock())
  /external/llvm/lib/Analysis/
RegionInfo.cpp 154 BasicBlock *Region::getExitingBlock() const {
177 return !isTopLevelRegion() && getEnteringBlock() && getExitingBlock();
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 139 milliseconds