Searched refs:MaxNest (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFLiveness.h | 142 unsigned Nest, unsigned MaxNest);
|
D | RDFLiveness.cpp | 276 NodeSet &Visited, const NodeSet &Defs, unsigned Nest, unsigned MaxNest) { in getAllReachingDefsRecImpl() argument 277 if (Nest > MaxNest) in getAllReachingDefsRecImpl() 310 Nest+1, MaxNest); in getAllReachingDefsRecImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGRRList.cpp | 489 FindCallSeqStart(SDNode *N, unsigned &NestLevel, unsigned &MaxNest, in FindCallSeqStart() argument 497 unsigned BestMaxNest = MaxNest; in FindCallSeqStart() 500 unsigned MyMaxNest = MaxNest; in FindCallSeqStart() 509 MaxNest = BestMaxNest; in FindCallSeqStart() 516 MaxNest = std::max(MaxNest, NestLevel); in FindCallSeqStart() 583 unsigned MaxNest = 0; in ReleasePredecessors() local 584 SDNode *N = FindCallSeqStart(Node, NestLevel, MaxNest, TII); in ReleasePredecessors()
|