OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelBF
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
ModuleSummaryIndex.h
76
explicit CalleeInfo(HotnessType Hotness, uint64_t
RelBF
)
77
: Hotness(static_cast<uint32_t>(Hotness)), RelBlockFreq(
RelBF
) {}
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
6015
uint64_t
RelBF
= 0;
6024
RelBF
= Record[++I];
6025
Ret.push_back(FunctionSummary::EdgeTy{Callee, CalleeInfo(Hotness,
RelBF
)});
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
8907
/// [( ',' 'hotness' ':' Hotness | ',' '
relbf
' ':' UInt32 )]? ')'
8931
unsigned
RelBF
= 0;
8933
// Expect either hotness or
relbf
8938
if (parseToken(lltok::kw_relbf, "expected
relbf
") ||
8939
parseToken(lltok::colon, "expected ':'") || parseUInt32(
RelBF
))
8948
Calls.push_back(FunctionSummary::EdgeTy{VI, CalleeInfo(Hotness,
RelBF
)});
Completed in 24 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026