Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp627 struct DataDep { struct
628 const MachineInstr *DefMI;
629 unsigned DefOp;
630 unsigned UseOp;
632 DataDep(const MachineInstr *DefMI, unsigned DefOp, unsigned UseOp) in DataDep() argument
636 DataDep(const MachineRegisterInfo *MRI, unsigned VirtReg, unsigned UseOp) in DataDep() function