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

/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h235 copyImplicitOps(const MachineInstr &OtherMI) const { function in class:llvm::MachineInstrBuilder
236 MI->copyImplicitOps(*MF, OtherMI);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineInstr.cpp1318 /// copyImplicitOps - Copy implicit register operands from specified
1320 void MachineInstr::copyImplicitOps(const MachineInstr *MI) { function in class:MachineInstr

Completed in 517 milliseconds