Searched defs:VNInfo (Results 1 – 2 of 2) sorted by relevance
64 VNInfo(unsigned i, SlotIndex d) : id(i), def(d) {} in VNInfo() function 67 VNInfo(unsigned i, const VNInfo &orig) : id(i), def(orig.def) {} in VNInfo() function [all...]
558 setAVLRegDef(const VNInfo * VNInfo,Register AVLReg) setAVLRegDef() argument [all...]