Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp645 struct DataDep { struct
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()
797 SmallVector<DataDep, 8> Deps; in updateDepth()
806 for (const DataDep &Dep : Deps) { in updateDepth()
1052 SmallVector<DataDep, 8> Deps; in computeInstrHeights()
1122 for (const DataDep &Dep : Deps) in computeInstrHeights()
1188 SmallVector<DataDep, 1> Deps; in getPHIDepth()
[all …]