Searched refs:getNumBackEdges (Results 1 – 7 of 7) sorted by relevance
343 assert(L->getNumBackEdges() > 1 && "Must have > 1 backedge!"); in insertUniqueBackedgeBlock()540 if (L->getNumBackEdges() < 8) { in simplifyOneLoop()
258 if (CurLoop->getNumBackEdges() != 1) { in legalLoopStructure()
1394 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizeAndInsertFFS()1490 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizePopcount()
475 if (L->getNumBackEdges() != 1) { in isComputableLoopNest()
227 unsigned getNumBackEdges() const { in getNumBackEdges() function
1005 if (Lp->getNumBackEdges() != 1) { in canVectorizeLoopCFG()
1730 if (TheLoop->getNumBackEdges() != 1) { in canAnalyzeLoop()