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

  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 353 assert(L->getNumBackEdges() > 1 && "Must have > 1 backedge!");
571 if (L->getNumBackEdges() < 8) {
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 178 /// getNumBackEdges - Calculate the number of back edges to the loop header
180 unsigned getNumBackEdges() const {
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp     [all...]
LoopInterchange.cpp 482 if (L->getNumBackEdges() != 1) {
    [all...]
  /external/llvm/lib/Analysis/
LoopAccessAnalysis.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 5882 milliseconds