Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp352 assert(L->getNumBackEdges() > 1 && "Must have > 1 backedge!"); in insertUniqueBackedgeBlock()
561 if (L->getNumBackEdges() < 8) { in simplifyOneLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp227 if (CurLoop->getNumBackEdges() != 1) { in legalLoopStructure()
DLoopIdiomRecognize.cpp1437 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizeAndInsertFFS()
1539 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizePopcount()
DLoopInterchange.cpp473 if (L->getNumBackEdges() != 1) { in isComputableLoopNest()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp1040 if (Lp->getNumBackEdges() != 1) { in canVectorizeLoopCFG()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h233 unsigned getNumBackEdges() const { in getNumBackEdges() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1750 if (TheLoop->getNumBackEdges() != 1) { in canAnalyzeLoop()