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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp213 unsigned FSCallsProfileAbbrev,
3694 unsigned ValueID, unsigned FSCallsAbbrev, unsigned FSCallsProfileAbbrev,
3722 unsigned FSAbbrev = (HasProfileData ? FSCallsProfileAbbrev : FSCallsAbbrev);
3825 unsigned FSCallsProfileAbbrev = Stream.EmitAbbrev(std::move(Abbv)); local
3901 FSCallsAbbrev, FSCallsProfileAbbrev, F);
3987 unsigned FSCallsProfileAbbrev = Stream.EmitAbbrev(std::move(Abbv)); local
4151 unsigned FSAbbrev = (HasProfileData ? FSCallsProfileAbbrev : FSCallsAbbrev);
3692 writePerModuleFunctionSummaryRecord( SmallVector<uint64_t, 64> &NameVals, GlobalValueSummary *Summary, unsigned ValueID, unsigned FSCallsAbbrev, unsigned FSCallsProfileAbbrev, const Function &F) argument

Completed in 111 milliseconds