Searched refs:RelBF (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h76 explicit CalleeInfo(HotnessType Hotness, uint64_t RelBF) argument
77 : Hotness(static_cast<uint32_t>(Hotness)), RelBlockFreq(RelBF) {}
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5759 uint64_t RelBF = 0; local
5768 RelBF = Record[++I];
5769 Ret.push_back(FunctionSummary::EdgeTy{Callee, CalleeInfo(Hotness, RelBF)});
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8532 unsigned RelBF = 0;
8540 ParseToken(lltok::colon, "expected ':'") || ParseUInt32(RelBF))
8549 Calls.push_back(FunctionSummary::EdgeTy{VI, CalleeInfo(Hotness, RelBF)});

Completed in 97 milliseconds