| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | LoopNestAnalysis.h | 94 return (LastLoop->getLoopDepth() == (*SecondLastLoopIter)->getLoopDepth()) in getInnermostLoop() 121 assert(Depth >= Loops.front()->getLoopDepth() && in getLoopsAtDepth() 122 Depth <= Loops.back()->getLoopDepth() && "Invalid depth"); in getLoopsAtDepth() 126 if (L->getLoopDepth() == Depth) in getLoopsAtDepth() 128 else if (L->getLoopDepth() > Depth) in getLoopsAtDepth() 157 Loops.back()->getLoopDepth() - Loops.front()->getLoopDepth() + 1; in getNestDepth()
|
| H A D | LoopInfoImpl.h | 387 OS << "Loop at depth " << getLoopDepth() << " containing: "; in print() 625 << I->second->getLoopDepth() << "\n"; in print() 654 assert(L->getLoopDepth() == OtherL->getLoopDepth() && in compareLoops()
|
| H A D | LoopInfo.h | 96 unsigned getLoopDepth() const { in getLoopDepth() function 996 unsigned getLoopDepth(const BlockT *BB) const { in getLoopDepth() function 998 return L ? L->getLoopDepth() : 0; in getLoopDepth()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | ShrinkWrap.cpp | 420 if (MLI->getLoopDepth(Save) > MLI->getLoopDepth(Restore)) { in updateSaveRestorePoints() 442 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()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | MachineLoopInfo.h | 136 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const { in getLoopDepth() function 137 return LI.getLoopDepth(BB); in getLoopDepth()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | DivergenceAnalysis.cpp | 253 ExitLevelLoop ? ExitLevelLoop->getLoopDepth() : 0; in propagateLoopExitDivergence() 254 while (DivLoop && DivLoop->getLoopDepth() > LoopExitDepth) { in propagateLoopExitDivergence()
|
| H A D | LoopCacheAnalysis.cpp | 75 return L1->getLoopDepth() < L2->getLoopDepth(); in getInnerMostLoop() 243 int LoopDepth = L.getLoopDepth(); in hasTemporalReuse()
|
| H A D | FunctionPropertiesAnalysis.cpp | 78 std::max(MaxLoopDepth, static_cast<int64_t>(L->getLoopDepth())); in updateAggregateStats()
|
| H A D | InlineSizeEstimatorAnalysis.cpp | 200 static_cast<int32_t>(L->getLoopDepth())); in getFunctionFeatures()
|
| H A D | DependenceAnalysis.cpp | 750 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels() 751 unsigned DstLevel = LI->getLoopDepth(DstBlock); in establishNestingLevels() 777 return SrcLoop->getLoopDepth(); in mapSrcLoop() 784 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop() 817 unsigned Level = LoopNest->getLoopDepth(); in collectCommonLoops()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | R600ControlFlowFinalizer.cpp | 47 unsigned getLoopDepth(); 58 unsigned CFStack::getLoopDepth() { in getLoopDepth() function in __anond383c3480111::CFStack 68 getLoopDepth() > 1) in requiresWorkAroundForInst()
|
| H A D | AMDGPUTargetTransformInfo.cpp | 209 if (LocalGEPsSeen > 1 || L->getLoopDepth() > 2 || in getUnrollingPreferences()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | UnifyLoopExits.cpp | 218 << LI.getLoopDepth(L->getHeader()) << ")\n"); in runImpl()
|
| H A D | LoopUnrollAndJam.cpp | 772 unsigned LoopDepth = Root.getLoopDepth(); in checkDependencies() 781 unsigned CurLoopDepth = CurLoop->getLoopDepth(); in checkDependencies() 785 unsigned EarlierDepth = EarlierLoop->getLoopDepth(); in checkDependencies()
|
| H A D | BasicBlockUtils.cpp | 996 InnermostPredLoop->getLoopDepth() < PredLoop->getLoopDepth())) in UpdateAnalysisInformation()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSimplifyCFG.cpp | 102 if (!Innermost || BBL->getLoopDepth() > Innermost->getLoopDepth()) in getInnermostLoopFor()
|
| H A D | LoopVersioningLICM.cpp | 261 if (CurLoop->getLoopDepth() > LoopDepthThreshold) { in legalLoopStructure()
|
| H A D | SimpleLoopUnswitch.cpp | 1502 return ExitLoopMap.lookup(LHS)->getLoopDepth() < in buildClonedLoops() 1503 ExitLoopMap.lookup(RHS)->getLoopDepth(); in buildClonedLoops() 1888 return LI.getLoopDepth(LHS) < LI.getLoopDepth(RHS); in rebuildLoopAfterUnswitch()
|
| H A D | LoopFuse.cpp | 1169 assert(FC0.L->getLoopDepth() == FC1.L->getLoopDepth()); in dependencesAllowFusion()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3459 OS.indent(Loop->getLoopDepth()*2) in PrintParentLoopComment() 3462 << " Depth=" << Loop->getLoopDepth() << '\n'; in PrintParentLoopComment() 3471 OS.indent(CL->getLoopDepth()*2) in PrintChildLoopComment() 3473 << CL->getHeader()->getNumber() << " Depth " << CL->getLoopDepth() in PrintChildLoopComment() 3496 " Depth="+Twine(Loop->getLoopDepth())); in emitBasicBlockLoopComments() 3507 OS.indent(Loop->getLoopDepth()*2-2); in emitBasicBlockLoopComments() 3512 OS << "Loop Header: Depth=" + Twine(Loop->getLoopDepth()) << '\n'; in emitBasicBlockLoopComments()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | FunctionSpecialization.cpp | 585 auto LoopDepth = LI.getLoopDepth(I->getParent()); in getUserBonus()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86LoadValueInjectionLoadHardening.cpp | 502 unsigned LoopDepth = MLI.getLoopDepth(MBB); in getGadgetGraph()
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopInfo.cpp | 2394 return L->getLoopDepth() - 1; in getRelativeLoopDepth() 2398 return L->getLoopDepth() - OuterLoop->getLoopDepth(); in getRelativeLoopDepth()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | InstrProfiling.cpp | 305 << L.getLoopDepth() << ")\n"); in run()
|