Lines Matching refs:DataDep
627 struct DataDep { struct
632 DataDep(const MachineInstr *DefMI, unsigned DefOp, unsigned UseOp) in DataDep() function
636 DataDep(const MachineRegisterInfo *MRI, unsigned VirtReg, unsigned UseOp) in DataDep() argument
652 SmallVectorImpl<DataDep> &Deps, in getDataDeps()
673 Deps.push_back(DataDep(MRI, Reg, UseMI.getOperandNo(I))); in getDataDeps()
682 SmallVectorImpl<DataDep> &Deps, in getPHIDeps()
692 Deps.push_back(DataDep(MRI, Reg, i)); in getPHIDeps()
701 SmallVectorImpl<DataDep> &Deps, in updatePhysDepsDownwards()
728 Deps.push_back(DataDep(I->MI, I->Op, UseMI->getOperandNo(MI))); in updatePhysDepsDownwards()
784 SmallVector<DataDep, 8> Deps; in updateDepth()
793 for (const DataDep &Dep : Deps) { in updateDepth()
953 static bool pushDepHeight(const DataDep &Dep, const MachineInstr &UseMI, in pushDepHeight()
1043 SmallVector<DataDep, 8> Deps; in computeInstrHeights()
1116 for (const DataDep &Dep : Deps) in computeInstrHeights()
1183 SmallVector<DataDep, 1> Deps; in getPHIDepth()
1186 DataDep &Dep = Deps.front(); in getPHIDepth()