Home
last modified time | relevance | path

Searched refs:ReadOps (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp873 SmallVector<unsigned, 8> ReadOps; in updatePhysDepsUpwards() local
885 ReadOps.push_back(MI.getOperandNo(MOI)); in updatePhysDepsUpwards()
908 for (unsigned i = 0, e = ReadOps.size(); i != e; ++i) { in updatePhysDepsUpwards()
909 unsigned Reg = MI.getOperand(ReadOps[i]).getReg(); in updatePhysDepsUpwards()
916 LRU.Op = ReadOps[i]; in updatePhysDepsUpwards()