Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp353 assert(L->getNumBackEdges() > 1 && "Must have > 1 backedge!"); in insertUniqueBackedgeBlock()
571 if (L->getNumBackEdges() < 8) { in simplifyOneLoop()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h180 unsigned getNumBackEdges() const { in getNumBackEdges() function
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp899 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizePopcount()
DLoopInterchange.cpp482 if (L->getNumBackEdges() != 1) { in isComputableLoopNest()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1318 if (TheLoop->getNumBackEdges() != 1) { in canAnalyzeLoop()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4076 if (TheLoop->getNumBackEdges() != 1) { in canVectorize()