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

/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DR600MachineScheduler.h56 std::vector<SUnit *> PhysicalRegCopy; member in class:llvm::R600SchedStrategy
H A DR600MachineScheduler.cpp99 if (!SU && !PhysicalRegCopy.empty()) {
100 SU = PhysicalRegCopy.front();
101 PhysicalRegCopy.erase(PhysicalRegCopy.begin());
196 PhysicalRegCopy.push_back(SU);

Completed in 30 milliseconds