/external/llvm/include/llvm/CodeGen/ |
D | MachineLoopInfo.h | 112 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const { in getLoopDepth() function 113 return LI.getLoopDepth(BB); in getLoopDepth()
|
/external/llvm/lib/CodeGen/ |
D | MachineSink.cpp | 491 if (LI->getLoopDepth(MBB) > LI->getLoopDepth(SuccToSinkTo)) in isProfitableToSinkTo() 600 : LI->getLoopDepth(L) < LI->getLoopDepth(R); in FindSuccToSinkTo()
|
D | InlineSpiller.cpp | 439 SpillDepth = Loops.getLoopDepth(SV.SpillMBB); in propagateSiblingValue() 456 if ((Loops.getLoopDepth(DepSV.SpillMBB) > SpillDepth) && in propagateSiblingValue()
|
D | MachineBlockPlacement.cpp | 703 SuccLoopDepth = ExitLoop->getLoopDepth(); in findBestLoopExit()
|
D | SplitKit.cpp | 695 unsigned Depth = Loop->getLoopDepth(); in findShallowDominator()
|
D | RegisterCoalescer.cpp | 2851 MBBs.push_back(MBBPriorityInfo(MBB, Loops->getLoopDepth(MBB), in joinAllIntervals()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopInfo.h | 96 unsigned getLoopDepth() const { in getLoopDepth() function 559 unsigned getLoopDepth(const BlockT *BB) const { in getLoopDepth() function 561 return L ? L->getLoopDepth() : 0; in getLoopDepth()
|
D | LoopInfoImpl.h | 320 OS.indent(Depth*2) << "Loop at depth " << getLoopDepth() in print() 515 << I->second->getLoopDepth() << "\n"; in print()
|
/external/llvm/lib/Target/R600/ |
D | R600ControlFlowFinalizer.cpp | 54 unsigned getLoopDepth(); 65 unsigned CFStack::getLoopDepth() { in getLoopDepth() function in __anonc73cf8040111::CFStack 80 getLoopDepth() > 1) in requiresWorkAroundForInst()
|
D | AMDILCFGStructurizer.cpp | 216 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/ |
D | AsmPrinter.cpp | 2335 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/ |
D | AMDILCFGStructurizer.cpp | 389 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/ |
D | BasicBlockUtils.cpp | 373 InnermostPredLoop->getLoopDepth() < PredLoop->getLoopDepth())) in UpdateAnalysisInformation()
|
/external/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 312 unsigned LoopDepth = LI->getLoopDepth(BB); in orderNodes() 503 … (*OI)->getEntry()->getName() << " Loop Depth: " << LI->getLoopDepth((*OI)->getEntry()) << "\n"); in collectInfos()
|
D | LoopStrengthReduce.cpp | 4406 unsigned IPLoopDepth = IPLoop ? IPLoop->getLoopDepth() : 0; in HoistInsertPosition() 4417 unsigned IDomDepth = IDomLoop ? IDomLoop->getLoopDepth() : 0; in HoistInsertPosition()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 436 if (L->getLoopDepth() > 1) in getUnrollingPreferences()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.cpp | 148 << " at loop depth " << MLI->getLoopDepth(BB) in schedule()
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 716 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()
|
D | ScalarEvolution.cpp | 525 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/ |
D | LoopVectorize.cpp | 4752 TheLoop->getLoopDepth() > 1) { in selectUnrollFactor()
|