Searched refs:haveGVs (Results 1 – 3 of 3) sorted by relevance
195 assert(haveGVs()); in getValue()204 return haveGVs() ? getRef()->second.U.GV->getName() in name()208 bool haveGVs() const { return RefAndFlags.getInt() & HaveGV; } in haveGVs() function294 assert(isSpecialKey(L) || isSpecialKey(R) || (L.haveGVs() == R.haveGVs()));1455 bool haveGVs() const { return HaveGVs; }1958 GlobalValueSummaryInfo G(I->haveGVs());1962 return ValueInfo(I->haveGVs(), &P);
213 if (!CallEdge.first.haveGVs() || !CallEdge.first.getValue()) in ModuleBitcodeWriterBase()221 if (!RefEdge.haveGVs() || !RefEdge.getValue()) in ModuleBitcodeWriterBase()254 if (!VI.haveGVs() || !VI.getValue()) in getValueId()
199 if (!VI.haveGVs() || !VI.getValue()) in getValueId()