Searched refs:getNumBackEdges (Results 1 – 7 of 7) sorted by relevance
352 assert(L->getNumBackEdges() > 1 && "Must have > 1 backedge!"); in insertUniqueBackedgeBlock()561 if (L->getNumBackEdges() < 8) { in simplifyOneLoop()
227 if (CurLoop->getNumBackEdges() != 1) { in legalLoopStructure()
1437 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizeAndInsertFFS()1539 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizePopcount()
473 if (L->getNumBackEdges() != 1) { in isComputableLoopNest()
1040 if (Lp->getNumBackEdges() != 1) { in canVectorizeLoopCFG()
233 unsigned getNumBackEdges() const { in getNumBackEdges() function
1750 if (TheLoop->getNumBackEdges() != 1) { in canAnalyzeLoop()