Home
last modified time | relevance | path

Searched refs:updateInstruction (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/IR/ !
H A DStructuralHash.cpp67 void updateInstruction(const Instruction &Inst, bool DetailedHash) { in updateInstruction() function in __anon01c0ca6c0111::StructuralHashImpl
126 updateInstruction(Inst, DetailedHash); in update()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/ !
H A DModuloSchedule.h221 void updateInstruction(MachineInstr *NewMI, bool LastDef,
/src/contrib/llvm-project/llvm/lib/CodeGen/ !
H A DModuloSchedule.cpp142 updateInstruction(NewMI, false, MaxStageCount, StageNum, VRMap); in generatePipelinedLoop()
151 updateInstruction(NewMI, false, MaxStageCount, 0, VRMap); in generatePipelinedLoop()
227 updateInstruction(NewMI, false, i, (unsigned)StageNum, VRMap); in generateProlog()
304 updateInstruction(NewMI, i == 1, EpilogStage, 0, VRMap); in generateEpilog()
916 updateInstruction(&*I, false, j, 0, VRMap); in addBranches()
1030 void ModuloScheduleExpander::updateInstruction(MachineInstr *NewMI, in updateInstruction() function in ModuloScheduleExpander