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

  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 97 /// getLoopDepth - Return the loop nesting level of the specified block...
99 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const {
100 return LI.getLoopDepth(BB);
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 88 /// getLoopDepth - Return the nesting level of this loop. An outer-most
91 unsigned getLoopDepth() const {
498 OS.indent(Depth*2) << "Loop at depth " << getLoopDepth()
685 /// getLoopDepth - Return the loop nesting level of the specified block. A
688 unsigned getLoopDepth(const BlockT *BB) const {
690 return L ? L->getLoopDepth() : 0;
    [all...]
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 122 loopDepth = loop ? loop->getLoopDepth() : 0;
SpillPlacement.cpp 182 loops->getLoopDepth(I));
InlineSpiller.cpp 435 SpillDepth = Loops.getLoopDepth(SV.SpillMBB);
440 if ((Loops.getLoopDepth(DepSV.SpillMBB) > SpillDepth) &&
    [all...]
RegAllocPBQP.cpp 377 loopInfo->getLoopDepth(mbb));
ShrinkWrapping.cpp 456 if (LP->getLoopDepth() > 1) {
    [all...]
StackSlotColoring.cpp 184 unsigned loopDepth = loopInfo->getLoopDepth(MBB);
RegAllocLinearScan.cpp 833 unsigned loopDepth = loopInfo->getLoopDepth(MI->getParent());
    [all...]
RegisterCoalescer.cpp     [all...]
SplitKit.cpp 684 unsigned Depth = Loop->getLoopDepth();
    [all...]
LiveIntervalAnalysis.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 380 InnermostPredLoop->getLoopDepth() < PredLoop->getLoopDepth()))
  /external/llvm/lib/Analysis/
LoopDependenceAnalysis.cpp 341 OS << "Loop at depth " << L->getLoopDepth() << ", header block: ";
ScalarEvolution.cpp 493 unsigned LDepth = LI->getLoopDepth(LParent),
494 RDepth = LI->getLoopDepth(RParent);
528 unsigned LDepth = LLoop->getLoopDepth(),
529 RDepth = RLoop->getLoopDepth();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 733 milliseconds