Home
last modified time | relevance | path

Searched refs:haveGVs (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h162 assert(haveGVs()); in getValue()
171 return haveGVs() ? getRef()->second.U.GV->getName() in name()
175 bool haveGVs() const { return RefAndFlag.getInt(); } in haveGVs() function
225 assert(isSpecialKey(L) || isSpecialKey(R) || (L.haveGVs() == R.haveGVs()));
798 bool haveGVs() const { return HaveGVs; }
1147 GlobalValueSummaryInfo G(I->haveGVs());
1151 return ValueInfo(I->haveGVs(), &P);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp200 if (!CallEdge.first.haveGVs() || !CallEdge.first.getValue()) in ModuleBitcodeWriterBase()
233 if (!VI.haveGVs() || !VI.getValue()) in getValueId()