Searched refs:isLoopHeader (Results 1 – 13 of 13) sorted by relevance
150 inline bool isLoopHeader(const MachineBasicBlock *BB) const { in isLoopHeader() function151 return LI.isLoopHeader(BB); in isLoopHeader()
320 auto isLoopHeader = [&OuterLoop](const BlockNode &Node) { in addToDist() local330 if (!isLoopHeader(Resolved)) in addToDist()339 if (isLoopHeader(Resolved)) { in addToDist()352 if (!isLoopHeader(Pred)) { in addToDist()365 assert(OuterLoop && OuterLoop->isIrreducible() && !isLoopHeader(Resolved) && in addToDist()789 if (BFI.Working[N.Index].isLoopHeader()) in createIrreducibleLoop()
5986 if (!LI || !LI->isLoopHeader(PN->getParent()) || in getUnderlyingObjects()
286 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); } in isLoopHeader() function289 return isLoopHeader() && Loop->Parent && Loop->Parent->isIrreducible() && in isDoubleLoopHeader()294 if (!isLoopHeader()) in getContainingLoop()345 bool isAPackage() const { return isLoopHeader() && Loop->IsPackaged; } in isAPackage()1214 if (Working[Index].isLoopHeader()) {1229 assert(HeaderData.isLoopHeader());1331 assert(!Working[0].isLoopHeader() && "entry block is a loop header");
193 if (L.contains(Succ) && !LI.isLoopHeader(Succ) && RPO[BB] > RPO[Succ]) in hasIrreducibleCFG()448 if (LI.isLoopHeader(BB)) { in deleteDeadLoopBlocks()
249 assert((LI.isLoopHeader(To) || !Visited.count(To)) && in canProveExitOnFirstIteration()
303 assert(LI.isLoopHeader(Headers.front())); in makeReducible()
1346 if (LI && LI->isLoopHeader(BB)) { in SplitBlockPredecessorsImpl()
642 !LI->isLoopHeader(Br->getSuccessor(0)) && in canVectorizeOuterLoop()643 !LI->isLoopHeader(Br->getSuccessor(1))) { in canVectorizeOuterLoop()
615 bool isLoopHeader(const BlockT *BB) const { in isLoopHeader() function
134 if (!MLI->isLoopHeader(Header)) in isLoopBackEdge()
1702 bool IsLoopHeader = MLI->isLoopHeader(&MBB); in runOnMachineFunction()
419 if (!LI.isLoopHeader(&MBB)) in isLoopHeaderOfNoUnroll()