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

  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
RegionInfo.h 321 BasicBlock *getExitingBlock() const;
LoopInfo.h 197 /// getExitingBlock - If getExitingBlocks would return exactly one block,
199 BlockT *getExitingBlock() const {
    [all...]
  /external/llvm/lib/Analysis/
RegionInfo.cpp 155 BasicBlock *Region::getExitingBlock() const {
178 return !isTopLevelRegion() && getEnteringBlock() && getExitingBlock();

Completed in 503 milliseconds