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

/freebsd-10.2-release/contrib/llvm/lib/Target/R600/
H A DR600MachineScheduler.cpp323 InstructionsGroupCandidate.push_back(SU->getInstr());
324 if (TII->fitsConstReadLimitations(InstructionsGroupCandidate)
327 InstructionsGroupCandidate.pop_back();
331 InstructionsGroupCandidate.pop_back();
352 InstructionsGroupCandidate.clear();
444 InstructionsGroupCandidate.push_back(SU->getInstr());
H A DR600MachineScheduler.h84 std::vector<MachineInstr *> InstructionsGroupCandidate; member in class:llvm::R600SchedStrategy

Completed in 94 milliseconds