Home
last modified time | relevance | path

Searched refs:isLoopHeader (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h131 inline bool isLoopHeader(const MachineBasicBlock *BB) const { in isLoopHeader() function
132 return LI.isLoopHeader(BB); in isLoopHeader()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp299 auto isLoopHeader = [&OuterLoop](const BlockNode &Node) { in addToDist() local
309 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()
H A DValueTracking.cpp3750 if (!LI || !LI->isLoopHeader(PN->getParent()) || in GetUnderlyingObjects()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h281 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");
H A DLoopInfo.h703 bool isLoopHeader(const BlockT *BB) const { in isLoopHeader() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp166 if (L.contains(Succ) && !LI.isLoopHeader(Succ) && RPO[BB] > RPO[Succ]) in hasIrreducibleCFG()
400 if (LI.isLoopHeader(BB)) { in deleteDeadLoopBlocks()
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp493 !LI->isLoopHeader(Br->getSuccessor(0)) && in canVectorizeOuterLoop()
494 !LI->isLoopHeader(Br->getSuccessor(1))) { in canVectorizeOuterLoop()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineSink.cpp459 LI->isLoopHeader(ToBB)) in PostponeSplitCriticalEdge()
850 if (!TryBreak && LI->isLoopHeader(SuccToSinkTo)) { in SinkInstruction()
H A DPeepholeOptimizer.cpp1639 bool IsLoopHeader = MLI->isLoopHeader(&MBB); in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp414 if (!LI.isLoopHeader(&MBB)) in isLoopHeaderOfNoUnroll()