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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp217 unsigned FSCallsProfileAbbrev,
3806 unsigned ValueID, unsigned FSCallsAbbrev, unsigned FSCallsProfileAbbrev,
3838 unsigned FSAbbrev = (HasProfileData ? FSCallsProfileAbbrev : FSCallsAbbrev);
3941 unsigned FSCallsProfileAbbrev = Stream.EmitAbbrev(std::move(Abbv)); local
4017 FSCallsAbbrev, FSCallsProfileAbbrev, F);
4103 unsigned FSCallsProfileAbbrev = Stream.EmitAbbrev(std::move(Abbv)); local
4273 unsigned FSAbbrev = (HasProfileData ? FSCallsProfileAbbrev : FSCallsAbbrev);
3804 writePerModuleFunctionSummaryRecord( SmallVector<uint64_t, 64> &NameVals, GlobalValueSummary *Summary, unsigned ValueID, unsigned FSCallsAbbrev, unsigned FSCallsProfileAbbrev, const Function &F) argument

Completed in 140 milliseconds