Searched refs:PhysicalRegCopy (Results 1 – 2 of 2) sorted by relevance
97 if (!SU && !PhysicalRegCopy.empty()) { in pickNode()98 SU = PhysicalRegCopy.front(); in pickNode()99 PhysicalRegCopy.erase(PhysicalRegCopy.begin()); in pickNode()189 PhysicalRegCopy.push_back(SU); in releaseBottomNode()
55 std::vector<SUnit *> PhysicalRegCopy; variable