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

/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBundle.h136 /// Reads - One of the operands read the virtual register. This does not
138 bool Reads; member in struct:llvm::MachineOperandIteratorBase::RegInfo
/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp936 bool Reads, Writes; local
937 tie(Reads, Writes) = UseMI->readsWritesVirtualRegister(SrcReg, &Ops);
948 if (SubIdx && !Reads)

Completed in 65 milliseconds