Lines Matching refs:VN
1303 VarInit *VarInit::get(const std::string &VN, RecTy *T) {
1304 Init *Value = StringInit::get(VN);
1308 VarInit *VarInit::get(Init *VN, RecTy *T) {
1313 Key TheKey(std::make_pair(T, VN));
1316 if (!I) I = new VarInit(VN, T);
1562 const std::string &VN,
1566 ID.AddString(VN);
1579 DagInit::get(Init *V, const std::string &VN,
1586 ProfileDagInit(ID, V, VN, ArgRange, NameRange);
1592 DagInit *I = new DagInit(V, VN, ArgRange, NameRange);
1599 DagInit::get(Init *V, const std::string &VN,
1614 return DagInit::get(V, VN, Args, Names);