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

  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 359 assert(L->getNumBackEdges() > 1 && "Must have > 1 backedge!");
584 if (L->getNumBackEdges() < 8) {
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 165 /// getNumBackEdges - Calculate the number of back edges to the loop header
167 unsigned getNumBackEdges() const {
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 322 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1)
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 169 milliseconds