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()
1766 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizeAndInsertFFS()1869 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizePopcount()2210 if (CurLoop->getNumBlocks() != 1 || CurLoop->getNumBackEdges() != 1) { in detectShiftUntilBitTestIdiom()2567 if (CurLoop->getNumBlocks() != 1 || CurLoop->getNumBackEdges() != 1) { in detectShiftUntilZeroIdiom()
400 if (L->getNumBackEdges() != 1) { in isComputableLoopNest()
248 unsigned getNumBackEdges() const { in getNumBackEdges() function
223 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 2) in recognizeByteCompare()
1395 if (Lp->getNumBackEdges() != 1) { in canVectorizeLoopCFG()
2292 if (TheLoop->getNumBackEdges() != 1) { in canAnalyzeLoop()