Searched refs:DataDep (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 607 struct DataDep { struct 612 DataDep(const MachineInstr *DefMI, unsigned DefOp, unsigned UseOp) in DataDep() function 616 DataDep(const MachineRegisterInfo *MRI, unsigned VirtReg, unsigned UseOp) in DataDep() function 631 SmallVectorImpl<DataDep> &Deps, in getDataDeps() 646 Deps.push_back(DataDep(MRI, Reg, MO.getOperandNo())); in getDataDeps() 655 SmallVectorImpl<DataDep> &Deps, in getPHIDeps() 665 Deps.push_back(DataDep(MRI, Reg, i)); in getPHIDeps() 691 SmallVectorImpl<DataDep> &Deps, in updatePhysDepsDownwards() 718 Deps.push_back(DataDep(I->MI, I->Op, MO.getOperandNo())); in updatePhysDepsDownwards() 797 SmallVector<DataDep, 8> Deps; in computeInstrDepths() [all …]
|