Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp1513 unsigned LiveCycle = std::numeric_limits<unsigned>::max(); in PickNodeToScheduleBottomUp() local
1515 if (LiveRegGens[Reg]->getHeight() < LiveCycle) { in PickNodeToScheduleBottomUp()
1517 LiveCycle = BtSU->getHeight(); in PickNodeToScheduleBottomUp()