Searched refs:getNumBackEdges (Results 1 – 10 of 10) sorted by relevance
185 if (CurLoop->getNumBackEdges() != 1) { in legalLoopStructure()
1572 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1 || in isValidStrlenIdiom()2297 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizeAndInsertFFS()2315 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizeShiftUntilLessThan()2393 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 1) in recognizePopcount()2732 if (CurLoop->getNumBlocks() != 1 || CurLoop->getNumBackEdges() != 1) { in detectShiftUntilBitTestIdiom()3090 if (CurLoop->getNumBlocks() != 1 || CurLoop->getNumBackEdges() != 1) { in detectShiftUntilZeroIdiom()
339 if (L->getNumBackEdges() != 1) { in isComputableLoopNest()
358 assert(L->getNumBackEdges() > 1 && "Must have > 1 backedge!"); in insertUniqueBackedgeBlock()561 if (L->getNumBackEdges() < 8) { in simplifyOneLoop()
248 unsigned getNumBackEdges() const { in getNumBackEdges() function
260 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 2) in recognizeByteCompare()1008 if (CurLoop->getNumBackEdges() != 1 || CurLoop->getNumBlocks() != 4 || in recognizeFindFirstByte()
1607 if (Lp->getNumBackEdges() != 1) { in canVectorizeLoopCFG()
583 assert(L->getNumBackEdges() <= 1); in CanBeVisited()
2429 if (TheLoop->getNumBackEdges() != 1) { in canAnalyzeLoop()
17150 …ckEdgesEv", "llvm::LoopBase<llvm::MachineBasicBlock, llvm::MachineLoop>::getNumBackEdges() const"},19127 …opEE15getNumBackEdgesEv", "llvm::LoopBase<llvm::BasicBlock, llvm::Loop>::getNumBackEdges() const"},