/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | LoopNestAnalysis.h | 86 return (LastLoop->getLoopDepth() == (*SecondLastLoopIter)->getLoopDepth()) in getInnermostLoop() 126 Loops.back()->getLoopDepth() - Loops.front()->getLoopDepth() + 1; in getNestDepth()
|
H A D | LoopInfoImpl.h | 389 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 D | LoopInfo.h | 96 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 D | ShrinkWrap.cpp | 412 if (MLI->getLoopDepth(Save) > MLI->getLoopDepth(Restore)) { in updateSaveRestorePoints() 434 if (IPdom && MLI->getLoopDepth(IPdom) < MLI->getLoopDepth(Restore)) in updateSaveRestorePoints()
|
H A D | MachineSink.cpp | 752 if (LI->getLoopDepth(MBB) > LI->getLoopDepth(SuccToSinkTo)) in isProfitableToSinkTo() 876 : LI->getLoopDepth(L) < LI->getLoopDepth(R); in GetAllSortedSuccessors()
|
H A D | SplitKit.cpp | 932 unsigned Depth = Loop->getLoopDepth(); in findShallowDominator()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachineLoopInfo.h | 134 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 D | DivergenceAnalysis.cpp | 254 ExitLevelLoop ? ExitLevelLoop->getLoopDepth() : 0; in propagateLoopExitDivergence() 255 while (DivLoop && DivLoop->getLoopDepth() > LoopExitDepth) { in propagateLoopExitDivergence()
|
H A D | FunctionPropertiesAnalysis.cpp | 52 LoopDepth = LI.getLoopDepth(&BB); in getFunctionPropertiesInfo()
|
H A D | LoopCacheAnalysis.cpp | 74 return L1->getLoopDepth() < L2->getLoopDepth(); in getInnerMostLoop() 234 int LoopDepth = L.getLoopDepth(); in hasTemporalReuse()
|
H A D | InlineSizeEstimatorAnalysis.cpp | 202 static_cast<int32_t>(L->getLoopDepth())); in getFunctionFeatures()
|
H A D | DependenceAnalysis.cpp | 748 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 D | R600ControlFlowFinalizer.cpp | 46 unsigned getLoopDepth(); 57 unsigned CFStack::getLoopDepth() { in getLoopDepth() function in __anon303402a30111::CFStack 67 getLoopDepth() > 1) in requiresWorkAroundForInst()
|
H A D | AMDGPUTargetTransformInfo.cpp | 206 if (LocalGEPsSeen > 1 || L->getLoopDepth() > 2 || in getUnrollingPreferences()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollAndJam.cpp | 777 unsigned LoopDepth = Root.getLoopDepth(); in checkDependencies() 786 unsigned CurLoopDepth = CurLoop->getLoopDepth(); in checkDependencies() 790 unsigned EarlierDepth = EarlierLoop->getLoopDepth(); in checkDependencies()
|
H A D | UnifyLoopExits.cpp | 216 << LI.getLoopDepth(L->getHeader()) << ")\n"); in runImpl()
|
H A D | BasicBlockUtils.cpp | 972 InnermostPredLoop->getLoopDepth() < PredLoop->getLoopDepth())) in UpdateAnalysisInformation()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopSimplifyCFG.cpp | 109 if (!Innermost || BBL->getLoopDepth() > Innermost->getLoopDepth()) in getInnermostLoopFor()
|
H A D | LoopVersioningLICM.cpp | 263 if (CurLoop->getLoopDepth() > LoopDepthThreshold) { in legalLoopStructure()
|
H A D | SimpleLoopUnswitch.cpp | 1423 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 D | LoopFuse.cpp | 1169 assert(FC0.L->getLoopDepth() == FC1.L->getLoopDepth()); in dependencesAllowFusion()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 3154 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 D | X86LoadValueInjectionLoadHardening.cpp | 501 unsigned LoopDepth = MLI.getLoopDepth(MBB); in getGadgetGraph()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonMachineScheduler.cpp | 195 << " at loop depth " << MLI->getLoopDepth(BB) << " \n"); in schedule()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 316 << L.getLoopDepth() << ")\n"); in run()
|