Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DScheduleDAG.cpp241 unsigned MaxPredDepth = 0; in ComputeDepth() local
246 MaxPredDepth = std::max(MaxPredDepth, in ComputeDepth()
256 if (MaxPredDepth != Cur->Depth) { in ComputeDepth()
258 Cur->Depth = MaxPredDepth; in ComputeDepth()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAG.cpp271 unsigned MaxPredDepth = 0; in ComputeDepth() local
275 MaxPredDepth = std::max(MaxPredDepth, in ComputeDepth()
285 if (MaxPredDepth != Cur->Depth) { in ComputeDepth()
287 Cur->Depth = MaxPredDepth; in ComputeDepth()
/external/llvm-project/llvm/lib/CodeGen/
DScheduleDAG.cpp271 unsigned MaxPredDepth = 0; in ComputeDepth() local
275 MaxPredDepth = std::max(MaxPredDepth, in ComputeDepth()
285 if (MaxPredDepth != Cur->Depth) { in ComputeDepth()
287 Cur->Depth = MaxPredDepth; in ComputeDepth()