Home
last modified time | relevance | path

Searched refs:getLoopDepth (Results 1 – 25 of 32) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h86 return (LastLoop->getLoopDepth() == (*SecondLastLoopIter)->getLoopDepth()) in getInnermostLoop()
126 Loops.back()->getLoopDepth() - Loops.front()->getLoopDepth() + 1; in getNestDepth()
H A DLoopInfoImpl.h389 OS << "Loop at depth " << getLoopDepth() << " containing: "; in print()
627 << I->second->getLoopDepth() << "\n"; in print()
656 assert(L->getLoopDepth() == OtherL->getLoopDepth() && in compareLoops()
H A DLoopInfo.h96 unsigned getLoopDepth() const { in getLoopDepth() function
971 unsigned getLoopDepth(const BlockT *BB) const { in getLoopDepth() function
973 return L ? L->getLoopDepth() : 0; in getLoopDepth()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DShrinkWrap.cpp412 if (MLI->getLoopDepth(Save) > MLI->getLoopDepth(Restore)) { in updateSaveRestorePoints()
434 if (IPdom && MLI->getLoopDepth(IPdom) < MLI->getLoopDepth(Restore)) in updateSaveRestorePoints()
H A DMachineSink.cpp752 if (LI->getLoopDepth(MBB) > LI->getLoopDepth(SuccToSinkTo)) in isProfitableToSinkTo()
876 : LI->getLoopDepth(L) < LI->getLoopDepth(R); in GetAllSortedSuccessors()
H A DSplitKit.cpp932 unsigned Depth = Loop->getLoopDepth(); in findShallowDominator()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h134 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const { in getLoopDepth() function
135 return LI.getLoopDepth(BB); in getLoopDepth()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDivergenceAnalysis.cpp254 ExitLevelLoop ? ExitLevelLoop->getLoopDepth() : 0; in propagateLoopExitDivergence()
255 while (DivLoop && DivLoop->getLoopDepth() > LoopExitDepth) { in propagateLoopExitDivergence()
H A DFunctionPropertiesAnalysis.cpp52 LoopDepth = LI.getLoopDepth(&BB); in getFunctionPropertiesInfo()
H A DLoopCacheAnalysis.cpp74 return L1->getLoopDepth() < L2->getLoopDepth(); in getInnerMostLoop()
234 int LoopDepth = L.getLoopDepth(); in hasTemporalReuse()
H A DInlineSizeEstimatorAnalysis.cpp202 static_cast<int32_t>(L->getLoopDepth())); in getFunctionFeatures()
H A DDependenceAnalysis.cpp748 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels()
749 unsigned DstLevel = LI->getLoopDepth(DstBlock); in establishNestingLevels()
775 return SrcLoop->getLoopDepth(); in mapSrcLoop()
782 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()
807 unsigned Level = LoopNest->getLoopDepth(); in collectCommonLoops()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp46 unsigned getLoopDepth();
57 unsigned CFStack::getLoopDepth() { in getLoopDepth() function in __anon303402a30111::CFStack
67 getLoopDepth() > 1) in requiresWorkAroundForInst()
H A DAMDGPUTargetTransformInfo.cpp206 if (LocalGEPsSeen > 1 || L->getLoopDepth() > 2 || in getUnrollingPreferences()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp777 unsigned LoopDepth = Root.getLoopDepth(); in checkDependencies()
786 unsigned CurLoopDepth = CurLoop->getLoopDepth(); in checkDependencies()
790 unsigned EarlierDepth = EarlierLoop->getLoopDepth(); in checkDependencies()
H A DUnifyLoopExits.cpp216 << LI.getLoopDepth(L->getHeader()) << ")\n"); in runImpl()
H A DBasicBlockUtils.cpp972 InnermostPredLoop->getLoopDepth() < PredLoop->getLoopDepth())) in UpdateAnalysisInformation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopSimplifyCFG.cpp109 if (!Innermost || BBL->getLoopDepth() > Innermost->getLoopDepth()) in getInnermostLoopFor()
H A DLoopVersioningLICM.cpp263 if (CurLoop->getLoopDepth() > LoopDepthThreshold) { in legalLoopStructure()
H A DSimpleLoopUnswitch.cpp1423 return ExitLoopMap.lookup(LHS)->getLoopDepth() < in buildClonedLoops()
1424 ExitLoopMap.lookup(RHS)->getLoopDepth(); in buildClonedLoops()
1806 return LI.getLoopDepth(LHS) < LI.getLoopDepth(RHS); in rebuildLoopAfterUnswitch()
H A DLoopFuse.cpp1169 assert(FC0.L->getLoopDepth() == FC1.L->getLoopDepth()); in dependencesAllowFusion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3154 OS.indent(Loop->getLoopDepth()*2) in PrintParentLoopComment()
3157 << " Depth=" << Loop->getLoopDepth() << '\n'; in PrintParentLoopComment()
3166 OS.indent(CL->getLoopDepth()*2) in PrintChildLoopComment()
3168 << CL->getHeader()->getNumber() << " Depth " << CL->getLoopDepth() in PrintChildLoopComment()
3191 " Depth="+Twine(Loop->getLoopDepth())); in emitBasicBlockLoopComments()
3202 OS.indent(Loop->getLoopDepth()*2-2); in emitBasicBlockLoopComments()
3207 OS << "Loop Header: Depth=" + Twine(Loop->getLoopDepth()) << '\n'; in emitBasicBlockLoopComments()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp501 unsigned LoopDepth = MLI.getLoopDepth(MBB); in getGadgetGraph()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp195 << " at loop depth " << MLI->getLoopDepth(BB) << " \n"); in schedule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp316 << L.getLoopDepth() << ")\n"); in run()

12