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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp167 writeNameIdx(Entry.first, FunctionSamples::ProfileIsCS))
177 if (!FunctionSamples::ProfileIsProbeBased && !FunctionSamples::ProfileIsCS)
182 FunctionSamples::ProfileIsCS))
186 if (FunctionSamples::ProfileIsCS)
215 addName(I.second.getNameWithContext(), FunctionSamples::ProfileIsCS);
251 if (Type == SecProfSummary && FunctionSamples::ProfileIsCS)
253 if (Type == SecFuncMetadata && FunctionSamples::ProfileIsCS)
389 if (FunctionSamples::ProfileIsCS)
437 if (FunctionSamples::ProfileIsCS) {
528 writeNameIdx(Entry.first, FunctionSamples::ProfileIsCS))
[all...]
H A DProfileSummaryBuilder.cpp197 if (UseContextLessSummary || (sampleprof::FunctionSamples::ProfileIsCS &&
H A DSampleProfReader.cpp341 ProfileIsCS = (CSProfileCount > 0);
346 FunctionSamples::ProfileIsCS = ProfileIsCS; member in class:FunctionSamples
597 FunctionSamples::ProfileIsCS = ProfileIsCS = true; member in class:FunctionSamples
711 } else if (FunctionSamples::ProfileIsCS) {
768 assert(ProfileIsCS == (CSProfileCount > 0) &&
H A DSampleProf.cpp42 bool FunctionSamples::ProfileIsCS = false; member in class:llvm::sampleprof::FunctionSamples
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp421 bool ProfileIsCS = false; member in class:__anon2858::final
538 if (!ProfileIsCS)
583 if (!ProfileIsCS)
637 if (ProfileIsCS)
669 if (ProfileIsCS) {
722 if (ProfileIsCS)
965 if (!ProfileIsCS) {
1052 if (FS->getEntrySamples() > 0 || ProfileIsCS)
1114 if (ProfileIsCS)
1196 if (ProfileIsCS)
1801 FunctionSamples::ProfileIsCS = true; member in class:FunctionSamples
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h47 assert(!FunctionSamples::ProfileIsCS && "CS profile is not handled here");
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h447 bool profileIsCS() const { return ProfileIsCS; }
503 bool ProfileIsCS = false; member in class:llvm::sampleprof::SampleProfileReader
H A DSampleProf.h586 if (FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsProbeBased)
659 if (FunctionSamples::ProfileIsCS && getHeadSamples()) {
778 return FunctionSamples::ProfileIsCS ? Context.getNameWithContext() : Name;
880 static bool ProfileIsCS; member in class:llvm::sampleprof::SecCommonFlags::SecNameTableFlags::SecProfSummaryFlags::SecFuncMetadataFlags::FunctionSamples
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp216 FunctionSamples::ProfileIsCS = true; member in class:llvm::sampleprof::FunctionSamples
447 FunctionSamples::ProfileIsCS = true; member in class:llvm::sampleprof::FunctionSamples
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp678 Optional<bool> ProfileIsCS; local
704 if (ProfileIsCS.hasValue() && ProfileIsCS != FunctionSamples::ProfileIsCS)
706 ProfileIsCS = FunctionSamples::ProfileIsCS;
729 if (ProfileIsCS && (SampleMergeColdContext || SampleTrimColdContext)) {

Completed in 275 milliseconds