Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDModuleSummaryIndex.h195 assert(haveGVs()); in getValue()
204 return haveGVs() ? getRef()->second.U.GV->getName() in name()
208 bool haveGVs() const { return RefAndFlags.getInt() & HaveGV; } in haveGVs() function
294 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);
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp213 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()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp199 if (!VI.haveGVs() || !VI.getValue()) in getValueId()