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