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

  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 286 if (!LastExit || !L->isLoopExiting(LastExit))
345 if (!L->isLoopExiting(OrigHeader))
355 if (L->isLoopExiting(OrigLatch) && !SimplifiedLatch)
PlaceSafepoints.cpp 261 if (L->isLoopExiting(Pred)) {
    [all...]
LoopUnrollPass.cpp 755 if (!ExitingBlock || !L->isLoopExiting(ExitingBlock))
    [all...]
InductiveRangeCheckElimination.cpp 650 if (!L.isLoopExiting(Latch)) {
    [all...]
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 132 isExiting = loop ? loop->isLoopExiting(mbb) : false;
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 156 /// isLoopExiting - True if terminator in the block can branch to another
159 bool isLoopExiting(const BlockT *BB) const {
LoopInfoImpl.h 329 if (isLoopExiting(BB)) OS << "<exiting>";
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 309 milliseconds