Home
last modified time | relevance | path

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

1234

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DLoopNestAnalysis.h94 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()
DLoopInfoImpl.h399 OS << "Loop at depth " << getLoopDepth() << " containing: "; in print()
637 << I->second->getLoopDepth() << "\n"; in print()
666 assert(L->getLoopDepth() == OtherL->getLoopDepth() && in compareLoops()
DLoopInfo.h97 unsigned getLoopDepth() const { in getLoopDepth() function
999 unsigned getLoopDepth(const BlockT *BB) const { in getLoopDepth() function
1001 return L ? L->getLoopDepth() : 0; in getLoopDepth()
/external/llvm/lib/CodeGen/
DShrinkWrap.cpp355 if (MLI->getLoopDepth(Save) > MLI->getLoopDepth(Restore)) { in updateSaveRestorePoints()
377 if (IPdom && MLI->getLoopDepth(IPdom) < MLI->getLoopDepth(Restore)) in updateSaveRestorePoints()
DMachineSink.cpp510 if (LI->getLoopDepth(MBB) > LI->getLoopDepth(SuccToSinkTo)) in isProfitableToSinkTo()
574 : LI->getLoopDepth(L) < LI->getLoopDepth(R); in GetAllSortedSuccessors()
/external/llvm/include/llvm/CodeGen/
DMachineLoopInfo.h102 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const { in getLoopDepth() function
103 return LI.getLoopDepth(BB); in getLoopDepth()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DShrinkWrap.cpp420 if (MLI->getLoopDepth(Save) > MLI->getLoopDepth(Restore)) { in updateSaveRestorePoints()
442 if (IPdom && MLI->getLoopDepth(IPdom) < MLI->getLoopDepth(Restore)) in updateSaveRestorePoints()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DShrinkWrap.cpp417 if (MLI->getLoopDepth(Save) > MLI->getLoopDepth(Restore)) { in updateSaveRestorePoints()
439 if (IPdom && MLI->getLoopDepth(IPdom) < MLI->getLoopDepth(Restore)) in updateSaveRestorePoints()
DMachineSink.cpp579 if (LI->getLoopDepth(MBB) > LI->getLoopDepth(SuccToSinkTo)) in isProfitableToSinkTo()
641 : LI->getLoopDepth(L) < LI->getLoopDepth(R); in GetAllSortedSuccessors()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineLoopInfo.h128 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const { in getLoopDepth() function
129 return LI.getLoopDepth(BB); in getLoopDepth()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DMachineLoopInfo.h136 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const { in getLoopDepth() function
137 return LI.getLoopDepth(BB); in getLoopDepth()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DDivergenceAnalysis.cpp253 ExitLevelLoop ? ExitLevelLoop->getLoopDepth() : 0; in propagateLoopExitDivergence()
254 while (DivLoop && DivLoop->getLoopDepth() > LoopExitDepth) { in propagateLoopExitDivergence()
DLoopCacheAnalysis.cpp75 return L1->getLoopDepth() < L2->getLoopDepth(); in getInnerMostLoop()
242 int LoopDepth = L.getLoopDepth(); in hasTemporalReuse()
DFunctionPropertiesAnalysis.cpp78 std::max(MaxLoopDepth, static_cast<int64_t>(L->getLoopDepth())); in updateAggregateStats()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfoImpl.h382 OS << "Loop at depth " << getLoopDepth() << " containing: "; in print()
617 << I->second->getLoopDepth() << "\n"; in print()
646 assert(L->getLoopDepth() == OtherL->getLoopDepth() && in compareLoops()
DLoopInfo.h97 unsigned getLoopDepth() const { in getLoopDepth() function
946 unsigned getLoopDepth(const BlockT *BB) const { in getLoopDepth() function
948 return L ? L->getLoopDepth() : 0; in getLoopDepth()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h95 unsigned getLoopDepth() const { in getLoopDepth() function
545 unsigned getLoopDepth(const BlockT *BB) const { in getLoopDepth() function
547 return L ? L->getLoopDepth() : 0; in getLoopDepth()
DLoopInfoImpl.h320 OS.indent(Depth*2) << "Loop at depth " << getLoopDepth() in print()
515 << I->second->getLoopDepth() << "\n"; in print()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp69 return L1->getLoopDepth() < L2->getLoopDepth(); in getInnerMostLoop()
225 int LoopDepth = L.getLoopDepth(); in hasTemporalReuse()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp47 unsigned getLoopDepth();
58 unsigned CFStack::getLoopDepth() { in getLoopDepth() function in __anon471997d80111::CFStack
68 getLoopDepth() > 1) in requiresWorkAroundForInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp71 unsigned getLoopDepth();
82 unsigned CFStack::getLoopDepth() { in getLoopDepth() function in __anonb9c747520111::CFStack
97 getLoopDepth() > 1) in requiresWorkAroundForInst()
/external/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp54 unsigned getLoopDepth();
65 unsigned CFStack::getLoopDepth() { in getLoopDepth() function in __anon1899b7300111::CFStack
80 getLoopDepth() > 1) in requiresWorkAroundForInst()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DLoopUnrollAndJam.cpp767 unsigned LoopDepth = Root.getLoopDepth(); in checkDependencies()
776 unsigned CurLoopDepth = CurLoop->getLoopDepth(); in checkDependencies()
780 unsigned EarlierDepth = EarlierLoop->getLoopDepth(); in checkDependencies()
DUnifyLoopExits.cpp225 << LI.getLoopDepth(L->getHeader()) << ")\n"); in runImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp328 return LI->getLoopDepth(SubR->getExit()); in getAdjustedLoopDepth()
331 return LI->getLoopDepth(RN->getEntry()); in getAdjustedLoopDepth()
524 << LI->getLoopDepth(RN->getEntry()) << "\n"); in collectInfos()

1234