Home
last modified time | relevance | path

Searched refs:RDepth (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/IR/
DLegacyPassManager.cpp1013 unsigned RDepth = 0; in add() local
1017 RDepth = DM.getDepth(); in add()
1019 if (PDepth == RDepth) in add()
1021 else if (PDepth > RDepth) { in add()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2375 int RDepth = right->getDepth() - RPenalty; in BUCompareLatency() local
2376 if (LDepth != RDepth) { in BUCompareLatency()
2379 << ") depth " << RDepth << "\n"); in BUCompareLatency()
2380 return LDepth < RDepth ? 1 : -1; in BUCompareLatency()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp522 RDepth = LI->getLoopDepth(RParent); in compare() local
523 if (LDepth != RDepth) in compare()
524 return (int)LDepth - (int)RDepth; in compare()
557 RDepth = RLoop->getLoopDepth(); in compare() local
558 if (LDepth != RDepth) in compare()
559 return (int)LDepth - (int)RDepth; in compare()