Searched refs:SpillWeightsToAdd (Results 1 – 1 of 1) sorted by relevance
984 std::vector<std::pair<unsigned, float> > SpillWeightsToAdd; in assignRegOrStackSlotAtInterval() local1032 SpillWeightsToAdd.push_back(std::make_pair(Reg, i->first->weight)); in assignRegOrStackSlotAtInterval()1091 SpillWeightsToAdd.push_back(std::make_pair(reg, I->weight)); in assignRegOrStackSlotAtInterval()1138 I = SpillWeightsToAdd.begin(), E = SpillWeightsToAdd.end(); I != E; ++I) in assignRegOrStackSlotAtInterval()