Searched refs:getNumBackEdges (Results 1 – 7 of 7) sorted by relevance
361 assert(L->getNumBackEdges() > 1 && "Must have > 1 backedge!"); in insertUniqueBackedgeBlock()565 if (L->getNumBackEdges() < 8) { in simplifyOneLoop()
218 if (CurLoop->getNumBackEdges() != 1) { in legalLoopStructure()
1851 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizeAndInsertFFS()1954 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizePopcount()2293 if (CurLoop->getNumBlocks() != 1 || CurLoop->getNumBackEdges() != 1) { in detectShiftUntilBitTestIdiom()2632 if (CurLoop->getNumBlocks() != 1 || CurLoop->getNumBackEdges() != 1) { in detectShiftUntilZeroIdiom()
405 if (L->getNumBackEdges() != 1) { in isComputableLoopNest()
267 unsigned getNumBackEdges() const { in getNumBackEdges() function
1250 if (Lp->getNumBackEdges() != 1) { in canVectorizeLoopCFG()
2140 if (TheLoop->getNumBackEdges() != 1) { in canAnalyzeLoop()