Searched defs:copyImplicitOps (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h219 const MachineInstrBuilder &copyImplicitOps(const MachineInstr *OtherMI) { function in class:llvm::MachineInstrBuilder
220 MI->copyImplicitOps(*MF, OtherMI);
/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1435 /// copyImplicitOps - Copy implicit register operands from specified
1437 void MachineInstr::copyImplicitOps(MachineFunction &MF, function in class:MachineInstr

Completed in 707 milliseconds