Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/CodeGen/GlobalISel/
H A DTypes.h29 typedef DenseMap<const Value *, unsigned> ValueToVReg; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DTypes.h29 using ValueToVReg = DenseMap<const Value *, unsigned>; variable