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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h75 explicit CalleeInfo(HotnessType Hotness, uint64_t RelBF) argument
76 : Hotness(static_cast<uint32_t>(Hotness)), RelBlockFreq(RelBF) {}
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5660 uint64_t RelBF = 0; local
5669 RelBF = Record[++I];
5670 Ret.push_back(FunctionSummary::EdgeTy{Callee, CalleeInfo(Hotness, RelBF)});
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8353 unsigned RelBF = 0;
8361 ParseToken(lltok::colon, "expected ':'") || ParseUInt32(RelBF))
8370 Calls.push_back(FunctionSummary::EdgeTy{VI, CalleeInfo(Hotness, RelBF)});

Completed in 209 milliseconds