HomeSort by relevance Sort by last modified time
    Searched refs:getLoopDepth (Results 1 - 16 of 16) 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 87 /// getLoopDepth - Return the nesting level of this loop. An outer-most
90 unsigned getLoopDepth() const {
513 OS.indent(Depth*2) << "Loop at depth " << getLoopDepth()
670 /// getLoopDepth - Return the loop nesting level of the specified block. A
673 unsigned getLoopDepth(const BlockT *BB) const {
675 return L ? L->getLoopDepth() : 0;
    [all...]
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 122 loopDepth = loop ? loop->getLoopDepth() : 0;
SpillPlacement.cpp 182 loops->getLoopDepth(I));
StackSlotColoring.cpp 144 unsigned loopDepth = loopInfo->getLoopDepth(MBB);
InlineSpiller.cpp 435 SpillDepth = Loops.getLoopDepth(SV.SpillMBB);
440 if ((Loops.getLoopDepth(DepSV.SpillMBB) > SpillDepth) &&
    [all...]
MachineBlockPlacement.cpp 682 SuccLoopDepth = ExitLoop->getLoopDepth();
    [all...]
RegAllocPBQP.cpp 412 loopInfo->getLoopDepth(mbb));
ShrinkWrapping.cpp 457 if (LP->getLoopDepth() > 1) {
    [all...]
RegisterCoalescer.cpp     [all...]
SplitKit.cpp 705 unsigned Depth = Loop->getLoopDepth();
    [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 379 InnermostPredLoop->getLoopDepth() < PredLoop->getLoopDepth()))
  /external/llvm/lib/Analysis/
LoopDependenceAnalysis.cpp 339 OS << "Loop at depth " << L->getLoopDepth() << ", header block: ";
ScalarEvolution.cpp 515 unsigned LDepth = LI->getLoopDepth(LParent),
516 RDepth = LI->getLoopDepth(RParent);
550 unsigned LDepth = LLoop->getLoopDepth(),
551 RDepth = RLoop->getLoopDepth();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 875 milliseconds