Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp1506 unsigned LiveCycle = std::numeric_limits<unsigned>::max(); in PickNodeToScheduleBottomUp() local
1508 if (LiveRegGens[Reg]->getHeight() < LiveCycle) { in PickNodeToScheduleBottomUp()
1510 LiveCycle = BtSU->getHeight(); in PickNodeToScheduleBottomUp()