Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveInterval.h63 VNInfo(unsigned i, SlotIndex d) : id(i), def(d) {} in VNInfo() function
66 VNInfo(unsigned i, const VNInfo &orig) : id(i), def(orig.def) {} in VNInfo() function