HomeSort by relevance Sort by last modified time
    Searched refs:getLoopDepth (Results 1 - 20 of 20) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 109 /// getLoopDepth - Return the loop nesting level of the specified block...
111 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const {
112 return LI.getLoopDepth(BB);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 82 /// getLoopDepth - Return the nesting level of this loop. An outer-most
85 unsigned getLoopDepth() const {
468 /// getLoopDepth - Return the loop nesting level of the specified block. A
471 unsigned getLoopDepth(const BlockT *BB) const {
473 return L ? L->getLoopDepth() : 0;
597 /// getLoopDepth - Return the loop nesting level of the specified block. A
600 inline unsigned getLoopDepth(const BasicBlock *BB) const {
601 return LI.getLoopDepth(BB);
LoopInfoImpl.h 339 OS.indent(Depth*2) << "Loop at depth " << getLoopDepth()
564 << I->second->getLoopDepth() << "\n";
  /external/llvm/lib/CodeGen/
MachineSink.cpp 107 return LI->getLoopDepth(LHS) < LI->getLoopDepth(RHS);
CalcSpillWeights.cpp 143 loopDepth = loop ? loop->getLoopDepth() : 0;
SpillPlacement.cpp 182 loops->getLoopDepth(I));
StackSlotColoring.cpp 142 unsigned loopDepth = loopInfo->getLoopDepth(MBB);
RegAllocPBQP.cpp 354 loopInfo->getLoopDepth(mbb));
InlineSpiller.cpp 433 SpillDepth = Loops.getLoopDepth(SV.SpillMBB);
438 if ((Loops.getLoopDepth(DepSV.SpillMBB) > SpillDepth) &&
    [all...]
MachineBlockPlacement.cpp 678 SuccLoopDepth = ExitLoop->getLoopDepth();
    [all...]
ShrinkWrapping.cpp 456 if (LP->getLoopDepth() > 1) {
    [all...]
RegisterCoalescer.cpp     [all...]
SplitKit.cpp 709 unsigned Depth = Loop->getLoopDepth();
    [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 379 InnermostPredLoop->getLoopDepth() < PredLoop->getLoopDepth()))
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 289 unsigned getLoopDepth (LoopT *LoopRep);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 148 << " at loop depth " << MLI.getLoopDepth(BB)
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 714 unsigned SrcLevel = LI->getLoopDepth(SrcBlock);
715 unsigned DstLevel = LI->getLoopDepth(DstBlock);
741 return SrcLoop->getLoopDepth();
748 unsigned D = DstLoop->getLoopDepth();
773 unsigned Level = LoopNest->getLoopDepth();
    [all...]
ScalarEvolution.cpp 523 unsigned LDepth = LI->getLoopDepth(LParent),
524 RDepth = LI->getLoopDepth(RParent);
558 unsigned LDepth = LLoop->getLoopDepth(),
559 RDepth = RLoop->getLoopDepth();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 1143 milliseconds