Searched refs:Virts (Results 1 – 1 of 1) sorted by relevance
326 std::vector<std::pair<unsigned,bool> > Virts; in addSpillPoint() local327 Virts.push_back(std::make_pair(virtReg, isKill)); in addSpillPoint()328 SpillPt2VirtMap.insert(std::make_pair(Pt, Virts)); in addSpillPoint()366 std::vector<unsigned> Virts; in addRestorePoint() local367 Virts.push_back(virtReg); in addRestorePoint()368 RestorePt2VirtMap.insert(std::make_pair(Pt, Virts)); in addRestorePoint()