HomeSort by relevance Sort by last modified time
    Searched refs:InstructionsGroupCandidate (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/R600/
R600MachineScheduler.cpp 296 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());
R600MachineScheduler.h 101 std::vector<MachineInstr *> InstructionsGroupCandidate;

Completed in 52 milliseconds