Searched defs:cannotUseReg (Results 1 – 1 of 1) sorted by relevance
3333 bool GraphColorRegAllocator::SetAvailableSpillReg(std::unordered_set<regno_t> &cannotUseReg, LiveRa… in SetAvailableSpillReg()3363 void GraphColorRegAllocator::CollectCannotUseReg(std::unordered_set<regno_t> &cannotUseReg, const L… in CollectCannotUseReg()3447 std::unordered_set<regno_t> cannotUseReg; in SetRegForSpill() local