Searched refs:spilledLRs (Results 1 – 6 of 6) sorted by relevance
35 const LIVERANGE_LIST & spilledLRs; variable85 bbId(UINT_MAX), spilledLRs(splrs), origTempDclId(startTempDclId) in SpillManager()
539 LIVERANGE_LIST spilledLRs; variable588 bool requireSpillCode() const { return !spilledLRs.empty(); } in requireSpillCode()592 const LIVERANGE_LIST & getSpilledLiveRanges() const { return spilledLRs; } in getSpilledLiveRanges()
498 for (const LiveRange* lr : spilledLRs) in createSpillLocations()
70 const LR_LIST * spilledLRs,
6539 spilledLRs.push_back(lr); in assignColors()6627 spilledLRs.remove(childLR); in assignColors()6671 spilledLRs.remove(parentLR); in assignColors()6693 for (auto item : spilledLRs) in assignColors()6696 for (auto checkItem : spilledLRs) in assignColors()6707 for (auto lr : spilledLRs) in assignColors()6713 for (auto lr : spilledLRs) in assignColors()7238 spilledLRs.clear(); in resetTemporaryRegisterAssignments()10398 const LIVERANGE_LIST& spilledLRs = coloring.getSpilledLiveRanges(); in coloringRegAlloc() local10399 for (auto lr : spilledLRs) in coloringRegAlloc()
122 const LR_LIST* spilledLRs, in SpillManagerGRF() argument136 , spilledLRs_(spilledLRs) in SpillManagerGRF()