Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp361 assert(L->getNumBackEdges() > 1 && "Must have > 1 backedge!"); in insertUniqueBackedgeBlock()
564 if (L->getNumBackEdges() < 8) { in simplifyOneLoop()
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopVersioningLICM.cpp188 if (CurLoop->getNumBackEdges() != 1) { in legalLoopStructure()
H A DLoopIdiomRecognize.cpp1988 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizeAndInsertFFS()
2006 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizeShiftUntilLessThan()
2084 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizePopcount()
2427 if (CurLoop->getNumBlocks() != 1 || CurLoop->getNumBackEdges() != 1) { in detectShiftUntilBitTestIdiom()
2784 if (CurLoop->getNumBlocks() != 1 || CurLoop->getNumBackEdges() != 1) { in detectShiftUntilZeroIdiom()
H A DLoopInterchange.cpp400 if (L->getNumBackEdges() != 1) { in isComputableLoopNest()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfo.h248 unsigned getNumBackEdges() const { in getNumBackEdges() function
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp211 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 2) in recognizeByteCompare()
H A DLoopVectorizationLegality.cpp1403 if (Lp->getNumBackEdges() != 1) { in canVectorizeLoopCFG()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2367 if (TheLoop->getNumBackEdges() != 1) { in canAnalyzeLoop()