Searched refs:updateInstruction (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/IR/ ! |
| H A D | StructuralHash.cpp | 67 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 D | ModuloSchedule.h | 221 void updateInstruction(MachineInstr *NewMI, bool LastDef,
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ ! |
| H A D | ModuloSchedule.cpp | 142 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
|