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

  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 347 BasicBlock *getExitingBlock() const;
LoopInfo.h 195 /// getExitingBlock - If getExitingBlocks would return exactly one block,
197 BlockT *getExitingBlock() const;
LoopInfoImpl.h 48 /// getExitingBlock - If getExitingBlocks would return exactly one block,
51 BlockT *LoopBase<BlockT, LoopT>::getExitingBlock() const {
  /external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp 231 if (!L->getExitingBlock())
  /external/llvm/lib/Analysis/
RegionInfo.cpp 183 BasicBlock *Region::getExitingBlock() const {
206 return !isTopLevelRegion() && getEnteringBlock() && getExitingBlock();
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 69 milliseconds