| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | LoopNestAnalysis.h | 95 return (LastLoop->getLoopDepth() == (*SecondLastLoopIter)->getLoopDepth()) in getInnermostLoop() 122 assert(Depth >= Loops.front()->getLoopDepth() && in getLoopsAtDepth() 123 Depth <= Loops.back()->getLoopDepth() && "Invalid depth"); in getLoopsAtDepth() 127 if (L->getLoopDepth() == Depth) in getLoopsAtDepth() 129 else if (L->getLoopDepth() > Depth) in getLoopsAtDepth() 158 Loops.back()->getLoopDepth() - Loops.front()->getLoopDepth() + 1; in getNestDepth()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GenericLoopInfo.h | 82 unsigned getLoopDepth() const { in getLoopDepth() function 613 unsigned getLoopDepth(const BlockT *BB) const { in getLoopDepth() function 615 return L ? L->getLoopDepth() : 0; in getLoopDepth()
|
| H A D | GenericLoopInfoImpl.h | 419 OS << "Loop at depth " << getLoopDepth() << " containing: "; in print() 657 << I->second->getLoopDepth() << "\n"; in print() 686 assert(L->getLoopDepth() == OtherL->getLoopDepth() && in compareLoops()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ShrinkWrap.cpp | 774 if (MLI->getLoopDepth(Save) > MLI->getLoopDepth(Restore)) { in updateSaveRestorePoints() 796 if (IPdom && MLI->getLoopDepth(IPdom) < MLI->getLoopDepth(Restore)) in updateSaveRestorePoints()
|
| H A D | VLIWMachineScheduler.cpp | 205 << " at loop depth " << MLI->getLoopDepth(BB) << " \n"); in schedule()
|
| H A D | SplitKit.cpp | 975 unsigned Depth = Loop->getLoopDepth(); in findShallowDominator()
|
| H A D | MachineBlockPlacement.cpp | 2327 SuccLoopDepth = ExitLoop->getLoopDepth(); in findBestLoopExit()
|
| H A D | RegisterCoalescer.cpp | 4217 MBBs.push_back(MBBPriorityInfo(&MBB, Loops->getLoopDepth(&MBB), in joinAllIntervals()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopCacheAnalysis.cpp | 75 return L1->getLoopDepth() < L2->getLoopDepth(); in getInnerMostLoop() 242 int LoopDepth = L.getLoopDepth(); in hasTemporalReuse()
|
| H A D | InlineSizeEstimatorAnalysis.cpp | 200 static_cast<int32_t>(L->getLoopDepth())); in getFunctionFeatures()
|
| H A D | FunctionPropertiesAnalysis.cpp | 234 std::max(MaxLoopDepth, static_cast<int64_t>(L->getLoopDepth())); in updateAggregateStats()
|
| H A D | DependenceAnalysis.cpp | 840 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels() 841 unsigned DstLevel = LI->getLoopDepth(DstBlock); in establishNestingLevels() 867 return SrcLoop->getLoopDepth(); in mapSrcLoop() 874 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop() 907 unsigned Level = LoopNest->getLoopDepth(); in collectCommonLoops()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600ControlFlowFinalizer.cpp | 47 unsigned getLoopDepth(); 58 unsigned CFStack::getLoopDepth() { in getLoopDepth() function in __anon305148180111::CFStack 68 getLoopDepth() > 1) in requiresWorkAroundForInst()
|
| H A D | AMDGPUTargetTransformInfo.cpp | 219 if (LocalGEPsSeen > 1 || L->getLoopDepth() > 2) in getUnrollingPreferences()
|
| H A D | AMDGPUPromoteAlloca.cpp | 268 1 + (LoopUserWeight * LI.getLoopDepth(Inst->getParent())); in sortAllocasToPromote()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollAndJam.cpp | 769 unsigned LoopDepth = Root.getLoopDepth(); in checkDependencies() 778 unsigned CurLoopDepth = CurLoop->getLoopDepth(); in checkDependencies() 782 unsigned EarlierDepth = EarlierLoop->getLoopDepth(); in checkDependencies()
|
| H A D | BasicBlockUtils.cpp | 1103 InnermostPredLoop->getLoopDepth() < PredLoop->getLoopDepth())) in UpdateAnalysisInformation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSimplifyCFG.cpp | 100 if (!Innermost || BBL->getLoopDepth() > Innermost->getLoopDepth()) in getInnermostLoopFor()
|
| H A D | LoopVersioningLICM.cpp | 208 if (CurLoop->getLoopDepth() > LoopDepthThreshold) { in legalLoopStructure()
|
| H A D | SimpleLoopUnswitch.cpp | 1593 return ExitLoopMap.lookup(LHS)->getLoopDepth() < in buildClonedLoops() 1594 ExitLoopMap.lookup(RHS)->getLoopDepth(); in buildClonedLoops() 1982 return LI.getLoopDepth(LHS) < LI.getLoopDepth(RHS); in rebuildLoopAfterUnswitch()
|
| H A D | LoopFuse.cpp | 1376 assert(FC0.L->getLoopDepth() == FC1.L->getLoopDepth()); in dependencesAllowFusion()
|
| H A D | LoopStrengthReduce.cpp | 5573 unsigned IPLoopDepth = IPLoop ? IPLoop->getLoopDepth() : 0; in HoistInsertPosition() 5584 unsigned IDomDepth = IDomLoop ? IDomLoop->getLoopDepth() : 0; in HoistInsertPosition()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 4272 OS.indent(Loop->getLoopDepth()*2) in PrintParentLoopComment() 4275 << " Depth=" << Loop->getLoopDepth() << '\n'; in PrintParentLoopComment() 4284 OS.indent(CL->getLoopDepth()*2) in PrintChildLoopComment() 4286 << CL->getHeader()->getNumber() << " Depth " << CL->getLoopDepth() in PrintChildLoopComment() 4309 " Depth="+Twine(Loop->getLoopDepth())); in emitBasicBlockLoopComments() 4320 OS.indent(Loop->getLoopDepth()*2-2); in emitBasicBlockLoopComments() 4325 OS << "Loop Header: Depth=" + Twine(Loop->getLoopDepth()) << '\n'; in emitBasicBlockLoopComments()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LoadValueInjectionLoadHardening.cpp | 497 unsigned LoopDepth = MLI.getLoopDepth(MBB); in getGadgetGraph()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 580 << L.getLoopDepth() << ")\n"); in run()
|