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

/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h140 /// Writes - One of the operands writes the virtual register.
141 bool Writes; member in struct:llvm::MachineOperandIteratorBase::RegInfo
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp855 bool Reads, Writes; local
856 tie(Reads, Writes) = UseMI->readsWritesVirtualRegister(SrcReg, &Ops);

Completed in 232 milliseconds