Searched refs:DataDep (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineTraceMetrics.cpp | 645 struct DataDep { struct 650 DataDep(const MachineInstr *DefMI, unsigned DefOp, unsigned UseOp) in DataDep() function 654 DataDep(const MachineRegisterInfo *MRI, unsigned VirtReg, unsigned UseOp) in DataDep() argument 670 SmallVectorImpl<DataDep> &Deps, in getDataDeps() 689 Deps.push_back(DataDep(MRI, Reg, MO.getOperandNo())); in getDataDeps() 698 SmallVectorImpl<DataDep> &Deps, in getPHIDeps() 708 Deps.push_back(DataDep(MRI, Reg, i)); in getPHIDeps() 717 SmallVectorImpl<DataDep> &Deps, in updatePhysDepsDownwards() 742 Deps.push_back(DataDep(I->MI, I->Op, MO.getOperandNo())); in updatePhysDepsDownwards() 797 SmallVector<DataDep, 8> Deps; in updateDepth() [all …]
|