Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp626 struct DataDep { struct
631 DataDep(const MachineInstr *DefMI, unsigned DefOp, unsigned UseOp) in DataDep() argument
635 DataDep(const MachineRegisterInfo *MRI, unsigned VirtReg, unsigned UseOp) in DataDep() function
651 SmallVectorImpl<DataDep> &Deps, in getDataDeps()
672 Deps.push_back(DataDep(MRI, Reg, UseMI.getOperandNo(I))); in getDataDeps()
681 SmallVectorImpl<DataDep> &Deps, in getPHIDeps()
691 Deps.push_back(DataDep(MRI, Reg, i)); in getPHIDeps()
700 SmallVectorImpl<DataDep> &Deps, in updatePhysDepsDownwards()
727 Deps.push_back(DataDep(I->MI, I->Op, UseMI->getOperandNo(MI))); in updatePhysDepsDownwards()
783 SmallVector<DataDep, 8> Deps; in updateDepth()
[all …]