Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp674 struct DataDep { struct
679 DataDep(const MachineInstr *DefMI, unsigned DefOp, unsigned UseOp) in DataDep() argument
683 DataDep(const MachineRegisterInfo *MRI, Register VirtReg, unsigned UseOp) in DataDep() argument
698 SmallVectorImpl<DataDep> &Deps, in getDataDeps()
717 Deps.push_back(DataDep(MRI, Reg, MO.getOperandNo())); in getDataDeps()
726 SmallVectorImpl<DataDep> &Deps, in getPHIDeps()
736 Deps.push_back(DataDep(MRI, Reg, i)); in getPHIDeps()
745 SmallVectorImpl<DataDep> &Deps, in updatePhysDepsDownwards()
770 Deps.push_back(DataDep(I->MI, I->Op, MO.getOperandNo())); in updatePhysDepsDownwards()
825 SmallVector<DataDep, 8> Deps; in updateDepth()
[all …]