Home
last modified time | relevance | path

Searched refs:PhysicalRegCopy (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp97 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()
H A DR600MachineScheduler.h55 std::vector<SUnit *> PhysicalRegCopy; variable