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 326 InstructionsGroupCandidate.push_back(SU->getInstr());
327 if (TII->fitsConstReadLimitations(InstructionsGroupCandidate)
330 InstructionsGroupCandidate.pop_back();
334 InstructionsGroupCandidate.pop_back();
355 InstructionsGroupCandidate.clear();
447 InstructionsGroupCandidate.push_back(SU->getInstr());
R600MachineScheduler.h 83 std::vector<MachineInstr *> InstructionsGroupCandidate;

Completed in 38 milliseconds