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()
238 if (CurLoop->getNumBackEdges() != 1) { in legalLoopStructure()
1849 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizeAndInsertFFS()1952 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizePopcount()2291 if (CurLoop->getNumBlocks() != 1 || CurLoop->getNumBackEdges() != 1) { in detectShiftUntilBitTestIdiom()2630 if (CurLoop->getNumBlocks() != 1 || CurLoop->getNumBackEdges() != 1) { in detectShiftUntilZeroIdiom()
448 if (L->getNumBackEdges() != 1) { in isComputableLoopNest()
266 unsigned getNumBackEdges() const { in getNumBackEdges() function
1228 if (Lp->getNumBackEdges() != 1) { in canVectorizeLoopCFG()
2086 if (TheLoop->getNumBackEdges() != 1) { in canAnalyzeLoop()