Searched refs:isLoopHeader (Results 1 – 10 of 10) sorted by relevance
131 inline bool isLoopHeader(const MachineBasicBlock *BB) const { in isLoopHeader() function132 return LI.isLoopHeader(BB); in isLoopHeader()
299 auto isLoopHeader = [&OuterLoop](const BlockNode &Node) { in addToDist() local309 if (!isLoopHeader(Resolved)) in addToDist()318 if (isLoopHeader(Resolved)) { in addToDist()331 if (!isLoopHeader(Pred)) { in addToDist()344 assert(OuterLoop && OuterLoop->isIrreducible() && !isLoopHeader(Resolved) && in addToDist()765 if (BFI.Working[N.Index].isLoopHeader()) in createIrreducibleLoop()
3750 if (!LI || !LI->isLoopHeader(PN->getParent()) || in GetUnderlyingObjects()
281 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); }284 return isLoopHeader() && Loop->Parent && Loop->Parent->isIrreducible() &&289 if (!isLoopHeader())340 bool isAPackage() const { return isLoopHeader() && Loop->IsPackaged; }456 assert(Working[Head.Index].isLoopHeader());1114 if (Working[Index].isLoopHeader()) {1129 assert(HeaderData.isLoopHeader());1231 assert(!Working[0].isLoopHeader() && "entry block is a loop header");
703 bool isLoopHeader(const BlockT *BB) const { in isLoopHeader() function
166 if (L.contains(Succ) && !LI.isLoopHeader(Succ) && RPO[BB] > RPO[Succ]) in hasIrreducibleCFG()400 if (LI.isLoopHeader(BB)) { in deleteDeadLoopBlocks()
493 !LI->isLoopHeader(Br->getSuccessor(0)) && in canVectorizeOuterLoop()494 !LI->isLoopHeader(Br->getSuccessor(1))) { in canVectorizeOuterLoop()
459 LI->isLoopHeader(ToBB)) in PostponeSplitCriticalEdge()850 if (!TryBreak && LI->isLoopHeader(SuccToSinkTo)) { in SinkInstruction()
1639 bool IsLoopHeader = MLI->isLoopHeader(&MBB); in runOnMachineFunction()
414 if (!LI.isLoopHeader(&MBB)) in isLoopHeaderOfNoUnroll()