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

/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h220 void updateInstruction(MachineInstr *NewMI, bool LastDef,
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DModuloSchedule.cpp140 updateInstruction(NewMI, false, MaxStageCount, StageNum, VRMap);
149 updateInstruction(NewMI, false, MaxStageCount, 0, VRMap);
224 updateInstruction(NewMI, false, i, (unsigned)StageNum, VRMap);
300 updateInstruction(NewMI, i == 1, EpilogStage, 0, VRMap);
914 updateInstruction(&*I, false, j, 0, VRMap);
1028 void ModuloScheduleExpander::updateInstruction(MachineInstr *NewMI, function in class:ModuloScheduleExpander

Completed in 113 milliseconds