Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DScheduleDAG.cpp231 unsigned MaxPredDepth = 0; in ComputeDepth() local
236 MaxPredDepth = std::max(MaxPredDepth, in ComputeDepth()
246 if (MaxPredDepth != Cur->Depth) { in ComputeDepth()
248 Cur->Depth = MaxPredDepth; in ComputeDepth()
/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-7.0/llvm/lib/CodeGen/
DScheduleDAG.cpp270 unsigned MaxPredDepth = 0; in ComputeDepth() local
274 MaxPredDepth = std::max(MaxPredDepth, in ComputeDepth()
284 if (MaxPredDepth != Cur->Depth) { in ComputeDepth()
286 Cur->Depth = MaxPredDepth; in ComputeDepth()