Searched refs:getNumBackEdges (Results 1 – 6 of 6) sorted by relevance
364 assert(L->getNumBackEdges() > 1 && "Must have > 1 backedge!"); in insertUniqueBackedgeBlock()588 if (L->getNumBackEdges() < 8) { in simplifyOneLoop()
172 unsigned getNumBackEdges() const { in getNumBackEdges() function
290 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in preliminaryScreen()
459 if (L->getNumBackEdges() != 1) { in isComputableLoopNest()
900 if (TheLoop->getNumBackEdges() != 1) { in canAnalyzeLoop()
3515 if (TheLoop->getNumBackEdges() != 1) { in canVectorize()