OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:haveGVs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h
126
NameOrGV(bool
HaveGVs
) {
127
if (
HaveGVs
)
147
GlobalValueSummaryInfo(bool
HaveGVs
) : U(
HaveGVs
) {}
172
ValueInfo(bool
HaveGVs
, const GlobalValueSummaryMapTy::value_type *R) {
174
RefAndFlags.setInt(
HaveGVs
);
181
assert(
haveGVs
());
190
return
haveGVs
() ? getRef()->second.U.GV->getName()
194
bool
haveGVs
() const { return RefAndFlags.getInt() & HaveGV; }
278
// We are not supposed to mix ValueInfo(s) with different
HaveGVs
fla
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
205
if (!CallEdge.first.
haveGVs
() || !CallEdge.first.getValue())
239
if (!VI.
haveGVs
() || !VI.getValue())
Completed in 51 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026