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

  /external/llvm/include/llvm/CodeGen/
MachineLoopInfo.h 110 /// getLoopDepth - Return the loop nesting level of the specified block...
112 inline unsigned getLoopDepth(const MachineBasicBlock *BB) const {
113 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 {
539 /// getLoopDepth - Return the loop nesting level of the specified block. A
542 unsigned getLoopDepth(const BlockT *BB) const {
544 return L ? L->getLoopDepth() : 0;
668 /// getLoopDepth - Return the loop nesting level of the specified block. A
671 inline unsigned getLoopDepth(const BasicBlock *BB) const {
672 return LI.getLoopDepth(BB);
LoopInfoImpl.h 320 OS.indent(Depth*2) << "Loop at depth " << getLoopDepth()
544 << I->second->getLoopDepth() << "\n";
  /external/llvm/lib/CodeGen/
MachineSink.cpp 549 return LI->getLoopDepth(LHS) < LI->getLoopDepth(RHS);
InlineSpiller.cpp 440 SpillDepth = Loops.getLoopDepth(SV.SpillMBB);
457 if ((Loops.getLoopDepth(DepSV.SpillMBB) > SpillDepth) &&
    [all...]
MachineBlockPlacement.cpp 678 SuccLoopDepth = ExitLoop->getLoopDepth();
    [all...]
RegisterCoalescer.cpp     [all...]
SplitKit.cpp 711 unsigned Depth = Loop->getLoopDepth();
    [all...]
  /external/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 54 unsigned getLoopDepth();
65 unsigned CFStack::getLoopDepth() {
80 getLoopDepth() > 1)
AMDILCFGStructurizer.cpp 213 static unsigned getLoopDepth(MachineLoop *LoopRep);
376 unsigned AMDGPUCFGStructurizer::getLoopDepth(MachineLoop *LoopRep) {
377 return LoopRep ? LoopRep->getLoopDepth() : 0;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 367 InnermostPredLoop->getLoopDepth() < PredLoop->getLoopDepth()))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 389 unsigned getLoopDepth (LoopT *LoopRep);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 389 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 719 unsigned SrcLevel = LI->getLoopDepth(SrcBlock);
720 unsigned DstLevel = LI->getLoopDepth(DstBlock);
746 return SrcLoop->getLoopDepth();
753 unsigned D = DstLoop->getLoopDepth();
778 unsigned Level = LoopNest->getLoopDepth();
    [all...]
ScalarEvolution.cpp 521 unsigned LDepth = LI->getLoopDepth(LParent),
522 RDepth = LI->getLoopDepth(RParent);
556 unsigned LDepth = LLoop->getLoopDepth(),
557 RDepth = RLoop->getLoopDepth();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 698 milliseconds