Searched refs:RewriteInstruction (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | StackSlotColoring.cpp | 110 void RewriteInstruction(MachineInstr &MI, SmallVectorImpl<int> &SlotMapping, 331 RewriteInstruction(MI, SlotMapping, MF); in ColorSlots() 347 void StackSlotColoring::RewriteInstruction(MachineInstr &MI, in RewriteInstruction() function in StackSlotColoring
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | StackSlotColoring.cpp | 133 void RewriteInstruction(MachineInstr *MI, int OldFI, int NewFI, 425 RewriteInstruction(RefMIs[i], SS, NewFI, MF); in ColorSlots() 468 void StackSlotColoring::RewriteInstruction(MachineInstr *MI, int OldFI, in RewriteInstruction() function in StackSlotColoring
|