Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp897 SmallVector<unsigned, 8> ReadOps; in updatePhysDepsUpwards() local
909 ReadOps.push_back(MI.getOperandNo(MOI)); in updatePhysDepsUpwards()
933 for (size_t I = 0, E = ReadOps.size(); I != E; ++I) { in updatePhysDepsUpwards()
934 MCRegister Reg = MI.getOperand(ReadOps[I]).getReg().asMCReg(); in updatePhysDepsUpwards()
941 LRU.Op = ReadOps[I]; in updatePhysDepsUpwards()