HomeSort by: relevance | last modified time | path
    Searched refs:updateInstruction (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ModuloSchedule.h 217 void updateInstruction(MachineInstr *NewMI, bool LastDef,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ModuloSchedule.cpp 137 updateInstruction(NewMI, false, MaxStageCount, StageNum, VRMap);
148 updateInstruction(NewMI, false, MaxStageCount, 0, VRMap);
221 updateInstruction(NewMI, false, i, (unsigned)StageNum, VRMap);
298 updateInstruction(NewMI, i == 1, EpilogStage, 0, VRMap);
900 updateInstruction(&*I, false, j, 0, VRMap);
1025 void ModuloScheduleExpander::updateInstruction(MachineInstr *NewMI,

Completed in 16 milliseconds