Home
last modified time | relevance | path

Searched refs:ProfileIsProbeBased (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp201 if (FunctionSamples::ProfileIsProbeBased) in writeFuncMetadata()
229 if (!FunctionSamples::ProfileIsProbeBased && !FunctionSamples::ProfileIsCS && in writeFuncMetadata()
322 if (Type == SecFuncMetadata && FunctionSamples::ProfileIsProbeBased) in writeOneSection()
515 if (FunctionSamples::ProfileIsProbeBased) { in writeSample()
872 if ((FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsProbeBased) && in create()
H A DSampleProfReader.cpp365 ProfileIsProbeBased = (TopLevelProbeProfileCount > 0); in readImpl()
366 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readImpl()
690 ProfileIsProbeBased = in readOneSection()
692 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readOneSection()
1090 if (ProfileIsProbeBased) { in readFuncMetadata()
H A DSampleProf.cpp43 bool FunctionSamples::ProfileIsProbeBased = false; member in llvm::sampleprof::FunctionSamples
223 if (FunctionSamples::ProfileIsProbeBased) { in getCallSiteIdentifier()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h471 bool profileIsProbeBased() const { return ProfileIsProbeBased; } in profileIsProbeBased()
534 bool ProfileIsProbeBased = false; variable
H A DSampleProf.h1106 static bool ProfileIsProbeBased;
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp552 if (FunctionSamples::ProfileIsProbeBased) in getInstWeight()
583 assert(FunctionSamples::ProfileIsProbeBased && in getProbeWeight()
737 if (FunctionSamples::ProfileIsProbeBased) { in findFunctionSamples()
1599 if (FunctionSamples::ProfileIsProbeBased) { in generateMDProfMetadata()
1750 if (FunctionSamples::ProfileIsProbeBased) { in emitAnnotations()
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp757 Optional<bool> ProfileIsProbeBased; in mergeSampleProfile() local
780 if (ProfileIsProbeBased && in mergeSampleProfile()
781 ProfileIsProbeBased != FunctionSamples::ProfileIsProbeBased) in mergeSampleProfile()
784 ProfileIsProbeBased = FunctionSamples::ProfileIsProbeBased; in mergeSampleProfile()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp534 FunctionSamples::ProfileIsProbeBased = true; in generateProbeBasedProfile()
1112 FunctionSamples::ProfileIsProbeBased = true; in generateProbeBasedProfile()