Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLoopSimplify.cpp242 if (L->getNumBackEdges() < 8) { in ProcessLoop()
633 assert(L->getNumBackEdges() > 1 && "Must have > 1 backedge!"); in InsertUniqueBackedgeBlock()
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp354 assert(L->getNumBackEdges() > 1 && "Must have > 1 backedge!"); in insertUniqueBackedgeBlock()
564 if (L->getNumBackEdges() < 8) { in simplifyOneLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp220 if (CurLoop->getNumBackEdges() != 1) { in legalLoopStructure()
DLoopInterchange.cpp480 if (L->getNumBackEdges() != 1) { in isComputableLoopNest()
DLoopIdiomRecognize.cpp1131 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizePopcount()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h172 unsigned getNumBackEdges() const { in getNumBackEdges() function
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h159 unsigned getNumBackEdges() const { in getNumBackEdges() function
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1468 if (TheLoop->getNumBackEdges() != 1) { in canAnalyzeLoop()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4405 if (TheLoop->getNumBackEdges() != 1) { in canVectorize()