Searched refs:isLoopHeader (Results 1 – 13 of 13) sorted by relevance
141 inline bool isLoopHeader(const MachineBasicBlock *BB) const { in isLoopHeader() function142 return LI.isLoopHeader(BB); in isLoopHeader()
319 auto isLoopHeader = [&OuterLoop](const BlockNode &Node) { in addToDist() local329 if (!isLoopHeader(Resolved)) in addToDist()338 if (isLoopHeader(Resolved)) { in addToDist()351 if (!isLoopHeader(Pred)) { in addToDist()364 assert(OuterLoop && OuterLoop->isIrreducible() && !isLoopHeader(Resolved) && in addToDist()797 if (BFI.Working[N.Index].isLoopHeader()) in createIrreducibleLoop()
4643 if (!LI || !LI->isLoopHeader(PN->getParent()) || in getUnderlyingObjects()
285 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); } in isLoopHeader() function288 return isLoopHeader() && Loop->Parent && Loop->Parent->isIrreducible() && in isDoubleLoopHeader()293 if (!isLoopHeader()) in getContainingLoop()344 bool isAPackage() const { return isLoopHeader() && Loop->IsPackaged; } in isAPackage()1218 if (Working[Index].isLoopHeader()) {1233 assert(HeaderData.isLoopHeader());1335 assert(!Working[0].isLoopHeader() && "entry block is a loop header");
1005 bool isLoopHeader(const BlockT *BB) const { in isLoopHeader() function
195 if (L.contains(Succ) && !LI.isLoopHeader(Succ) && RPO[BB] > RPO[Succ]) in hasIrreducibleCFG()450 if (LI.isLoopHeader(BB)) { in deleteDeadLoopBlocks()
251 assert((LI.isLoopHeader(To) || !Visited.count(To)) && in canProveExitOnFirstIteration()
306 assert(LI.isLoopHeader(Headers.front())); in makeReducible()
1212 if (LI && LI->isLoopHeader(BB)) { in SplitBlockPredecessorsImpl()
509 !LI->isLoopHeader(Br->getSuccessor(0)) && in canVectorizeOuterLoop()510 !LI->isLoopHeader(Br->getSuccessor(1))) { in canVectorizeOuterLoop()
135 if (!MLI->isLoopHeader(Header)) in isLoopBackEdge()
1648 bool IsLoopHeader = MLI->isLoopHeader(&MBB); in runOnMachineFunction()
413 if (!LI.isLoopHeader(&MBB)) in isLoopHeaderOfNoUnroll()