Searched refs:getNumBackEdges (Results 1 – 8 of 8) sorted by relevance
361 assert(L->getNumBackEdges() > 1 && "Must have > 1 backedge!"); in insertUniqueBackedgeBlock()564 if (L->getNumBackEdges() < 8) { in simplifyOneLoop()
188 if (CurLoop->getNumBackEdges() != 1) { in legalLoopStructure()
1988 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizeAndInsertFFS()2006 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizeShiftUntilLessThan()2084 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizePopcount()2427 if (CurLoop->getNumBlocks() != 1 || CurLoop->getNumBackEdges() != 1) { in detectShiftUntilBitTestIdiom()2784 if (CurLoop->getNumBlocks() != 1 || CurLoop->getNumBackEdges() != 1) { in detectShiftUntilZeroIdiom()
400 if (L->getNumBackEdges() != 1) { in isComputableLoopNest()
248 unsigned getNumBackEdges() const { in getNumBackEdges() function
211 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 2) in recognizeByteCompare()
1403 if (Lp->getNumBackEdges() != 1) { in canVectorizeLoopCFG()
2367 if (TheLoop->getNumBackEdges() != 1) { in canAnalyzeLoop()