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

/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DR600MachineScheduler.cpp296 InstructionsGroupCandidate.push_back(SU->getInstr());
297 if (TII->canBundle(InstructionsGroupCandidate)) {
298 InstructionsGroupCandidate.pop_back();
302 InstructionsGroupCandidate.pop_back();
323 InstructionsGroupCandidate.clear();
404 InstructionsGroupCandidate.push_back(SU->getInstr());
H A DR600MachineScheduler.h101 std::vector<MachineInstr *> InstructionsGroupCandidate; member in class:llvm::R600SchedStrategy

Completed in 108 milliseconds