Home
last modified time | relevance | path

Searched refs:cloneInstr (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h216 MachineInstr *cloneInstr(MachineInstr *OldMI, unsigned CurStageNum,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DModuloSchedule.cpp139 MachineInstr *NewMI = cloneInstr(CI, MaxStageCount, StageNum); in generatePipelinedLoop()
299 MachineInstr *NewMI = cloneInstr(In, UINT_MAX, 0); in generateEpilog()
996 MachineInstr *ModuloScheduleExpander::cloneInstr(MachineInstr *OldMI, in cloneInstr() function in ModuloScheduleExpander