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

/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp5152 MachineInstr *Movr0Inst = nullptr; local
5169 if (!Movr0Inst && Instr.getOpcode() == X86::MOV32r0 &&
5171 Movr0Inst = &Instr;
5292 // Move Movr0Inst to the appropriate place before Sub.
5293 if (Movr0Inst) {
5303 Sub->getParent()->remove(Movr0Inst);
5305 Movr0Inst); local

Completed in 124 milliseconds