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

/external/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp364 assert(L->getNumBackEdges() > 1 && "Must have > 1 backedge!");
588 if (L->getNumBackEdges() < 8) {
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h170 /// getNumBackEdges - Calculate the number of back edges to the loop header
172 unsigned getNumBackEdges() const { function in class:llvm::LoopBase
/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp290 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1)
H A DLoopInterchange.cpp459 if (L->getNumBackEdges() != 1) {
/external/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp900 if (TheLoop->getNumBackEdges() != 1) {
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3515 if (TheLoop->getNumBackEdges() != 1) {

Completed in 353 milliseconds