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

  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 123 isExiting = loop ? loop->isLoopExiting(mbb) : false;
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 219 if (!LastExit || !L->isLoopExiting(LastExit))
267 if (!L->isLoopExiting(OrigHeader))
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 142 /// isLoopExiting - True if terminator in the block can branch to another
145 bool isLoopExiting(const BlockT *BB) const {
522 if (isLoopExiting(BB)) OS << "<exiting>";
    [all...]

Completed in 504 milliseconds