Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp910 SmallVector<unsigned, 8> ReadOps; in updatePhysDepsUpwards() local
919 ReadOps.push_back(MO.getOperandNo()); in updatePhysDepsUpwards()
942 for (size_t I = 0, E = ReadOps.size(); I != E; ++I) { in updatePhysDepsUpwards()
943 MCRegister Reg = MI.getOperand(ReadOps[I]).getReg().asMCReg(); in updatePhysDepsUpwards()
950 LRU.Op = ReadOps[I]; in updatePhysDepsUpwards()