Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstruction.h307 using VecDefs = std::vector<UniqueDef>; variable
312 VecDefs Defs;
325 VecDefs &getDefs() { return Defs; } in getDefs()
326 const VecDefs &getDefs() const { return Defs; } in getDefs()