Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp367 assert(L->getNumBackEdges() > 1 && "Must have > 1 backedge!"); in insertUniqueBackedgeBlock()
571 if (L->getNumBackEdges() < 8) { in simplifyOneLoop()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp240 if (CurLoop->getNumBackEdges() != 1) { in legalLoopStructure()
H A DLoopIdiomRecognize.cpp1662 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizeAndInsertFFS()
1765 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizePopcount()
2104 if (CurLoop->getNumBlocks() != 1 || CurLoop->getNumBackEdges() != 1) { in detectShiftUntilBitTestIdiom()
2439 if (CurLoop->getNumBlocks() != 1 || CurLoop->getNumBackEdges() != 1) { in detectShiftUntilZeroIdiom()
H A DLoopInterchange.cpp461 if (L->getNumBackEdges() != 1) { in isComputableLoopNest()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h250 unsigned getNumBackEdges() const { in getNumBackEdges() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp1082 if (Lp->getNumBackEdges() != 1) { in canVectorizeLoopCFG()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1760 if (TheLoop->getNumBackEdges() != 1) { in canAnalyzeLoop()