Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp439 ProfileIsProbeBased = (TopLevelProbeProfileCount > 0); in readImpl()
440 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readImpl()
764 ProfileIsProbeBased = in readOneSection()
766 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readOneSection()
1164 if (ProfileIsProbeBased) { in readFuncMetadata()
H A DSampleProf.cpp43 bool FunctionSamples::ProfileIsProbeBased = false; member in llvm::sampleprof::FunctionSamples
223 if (FunctionSamples::ProfileIsProbeBased) { in getCallSiteIdentifier()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp590 if (FunctionSamples::ProfileIsProbeBased) in getInstWeight()
621 assert(FunctionSamples::ProfileIsProbeBased && in getProbeWeight()
775 if (FunctionSamples::ProfileIsProbeBased) { in findFunctionSamples()
1635 if (FunctionSamples::ProfileIsProbeBased) { in generateMDProfMetadata()
1783 if (FunctionSamples::ProfileIsProbeBased) { in emitAnnotations()
2059 if (FunctionSamples::ProfileIsProbeBased) { in detectProfileMismatch()
2159 if (FunctionSamples::ProfileIsProbeBased) { in detectProfileMismatch()
2179 if (FunctionSamples::ProfileIsProbeBased) { in detectProfileMismatch()
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h474 bool profileIsProbeBased() const { return ProfileIsProbeBased; } in profileIsProbeBased()
537 bool ProfileIsProbeBased = false; variable
H A DSampleProf.h1118 static bool ProfileIsProbeBased;
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp975 std::optional<bool> ProfileIsProbeBased; in mergeSampleProfile() local
998 if (ProfileIsProbeBased && in mergeSampleProfile()
999 ProfileIsProbeBased != FunctionSamples::ProfileIsProbeBased) in mergeSampleProfile()
1002 ProfileIsProbeBased = FunctionSamples::ProfileIsProbeBased; in mergeSampleProfile()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp540 FunctionSamples::ProfileIsProbeBased = true; in generateProbeBasedProfile()
1128 FunctionSamples::ProfileIsProbeBased = true; in generateProbeBasedProfile()