Home
last modified time | relevance | path

Searched refs:getNumBackEdges (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp364 assert(L->getNumBackEdges() > 1 && "Must have > 1 backedge!"); in insertUniqueBackedgeBlock()
588 if (L->getNumBackEdges() < 8) { in simplifyOneLoop()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h172 unsigned getNumBackEdges() const { in getNumBackEdges() function
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp290 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in preliminaryScreen()
DLoopInterchange.cpp459 if (L->getNumBackEdges() != 1) { in isComputableLoopNest()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp900 if (TheLoop->getNumBackEdges() != 1) { in canAnalyzeLoop()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3515 if (TheLoop->getNumBackEdges() != 1) { in canVectorize()