Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineLoopInfo.h112 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const { in getLoopDepth() function
113 return LI.getLoopDepth(BB); in getLoopDepth()
/external/llvm/lib/CodeGen/
DMachineSink.cpp491 if (LI->getLoopDepth(MBB) > LI->getLoopDepth(SuccToSinkTo)) in isProfitableToSinkTo()
600 : LI->getLoopDepth(L) < LI->getLoopDepth(R); in FindSuccToSinkTo()
DInlineSpiller.cpp439 SpillDepth = Loops.getLoopDepth(SV.SpillMBB); in propagateSiblingValue()
456 if ((Loops.getLoopDepth(DepSV.SpillMBB) > SpillDepth) && in propagateSiblingValue()
DMachineBlockPlacement.cpp703 SuccLoopDepth = ExitLoop->getLoopDepth(); in findBestLoopExit()
DSplitKit.cpp695 unsigned Depth = Loop->getLoopDepth(); in findShallowDominator()
DRegisterCoalescer.cpp2851 MBBs.push_back(MBBPriorityInfo(MBB, Loops->getLoopDepth(MBB), in joinAllIntervals()
/external/llvm/include/llvm/Analysis/
DLoopInfo.h96 unsigned getLoopDepth() const { in getLoopDepth() function
559 unsigned getLoopDepth(const BlockT *BB) const { in getLoopDepth() function
561 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/llvm/lib/Target/R600/
DR600ControlFlowFinalizer.cpp54 unsigned getLoopDepth();
65 unsigned CFStack::getLoopDepth() { in getLoopDepth() function in __anonc73cf8040111::CFStack
80 getLoopDepth() > 1) in requiresWorkAroundForInst()
DAMDILCFGStructurizer.cpp216 static unsigned getLoopDepth(MachineLoop *LoopRep);
379 unsigned AMDGPUCFGStructurizer::getLoopDepth(MachineLoop *LoopRep) { in getLoopDepth() function in __anon0389e81c0311::AMDGPUCFGStructurizer
380 return LoopRep ? LoopRep->getLoopDepth() : 0; in getLoopDepth()
1477 << getLoopDepth(ContLoop) in handleLoopcontBlock()
1478 << " from loop-depth = " << getLoopDepth(ContingLoop) << "\n";); in handleLoopcontBlock()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2335 OS.indent(Loop->getLoopDepth()*2) in PrintParentLoopComment()
2338 << " Depth=" << Loop->getLoopDepth() << '\n'; in PrintParentLoopComment()
2348 OS.indent(CL->getLoopDepth()*2) in PrintChildLoopComment()
2350 << CL->getHeader()->getNumber() << " Depth " << CL->getLoopDepth() in PrintChildLoopComment()
2373 " Depth="+Twine(Loop->getLoopDepth())); in emitBasicBlockLoopComments()
2384 OS.indent(Loop->getLoopDepth()*2-2); in emitBasicBlockLoopComments()
2389 OS << "Loop Header: Depth=" + Twine(Loop->getLoopDepth()) << '\n'; in emitBasicBlockLoopComments()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp389 unsigned getLoopDepth (LoopT *LoopRep);
1447 errs() << "Trying to break loop-depth = " << getLoopDepth(exitLoop) in handleLoopbreak()
1448 << " from loop-depth = " << getLoopDepth(exitingLoop) << "\n"; in handleLoopbreak()
1479 << getLoopDepth(contLoop) in handleLoopcontBlock()
1480 << " from loop-depth = " << getLoopDepth(contingLoop) << "\n"; in handleLoopcontBlock()
2549 unsigned CFGStructurizer<PassT>::getLoopDepth(LoopT *loopRep) { in getLoopDepth() function in llvmCFGStruct::CFGStructurizer
2550 return loopRep ? loopRep->getLoopDepth() : 0; in getLoopDepth()
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp373 InnermostPredLoop->getLoopDepth() < PredLoop->getLoopDepth())) in UpdateAnalysisInformation()
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp312 unsigned LoopDepth = LI->getLoopDepth(BB); in orderNodes()
503 … (*OI)->getEntry()->getName() << " Loop Depth: " << LI->getLoopDepth((*OI)->getEntry()) << "\n"); in collectInfos()
DLoopStrengthReduce.cpp4406 unsigned IPLoopDepth = IPLoop ? IPLoop->getLoopDepth() : 0; in HoistInsertPosition()
4417 unsigned IDomDepth = IDomLoop ? IDomLoop->getLoopDepth() : 0; in HoistInsertPosition()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp436 if (L->getLoopDepth() > 1) in getUnrollingPreferences()
/external/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.cpp148 << " at loop depth " << MLI->getLoopDepth(BB) in schedule()
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp716 unsigned SrcLevel = LI->getLoopDepth(SrcBlock); in establishNestingLevels()
717 unsigned DstLevel = LI->getLoopDepth(DstBlock); in establishNestingLevels()
743 return SrcLoop->getLoopDepth(); in mapSrcLoop()
750 unsigned D = DstLoop->getLoopDepth(); in mapDstLoop()
775 unsigned Level = LoopNest->getLoopDepth(); in collectCommonLoops()
DScalarEvolution.cpp525 unsigned LDepth = LI->getLoopDepth(LParent), in compare()
526 RDepth = LI->getLoopDepth(RParent); in compare()
560 unsigned LDepth = LLoop->getLoopDepth(), in compare()
561 RDepth = RLoop->getLoopDepth(); in compare()
2848 (L->getLoopDepth() < NestedLoop->getLoopDepth()) : in getAddRecExpr()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4752 TheLoop->getLoopDepth() > 1) { in selectUnrollFactor()