Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp306 if (FunctionSamples::ProfileIsProbeBased) in writeFuncMetadata()
334 if (!FunctionSamples::ProfileIsProbeBased && !FunctionSamples::ProfileIsCS && in writeFuncMetadata()
429 if (Type == SecFuncMetadata && FunctionSamples::ProfileIsProbeBased) in writeOneSection()
615 if (FunctionSamples::ProfileIsProbeBased) { in writeSample()
911 if ((FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsProbeBased) && in create()
H A DSampleProfReader.cpp440 ProfileIsProbeBased = (TopLevelProbeProfileCount > 0); in readImpl()
441 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readImpl()
744 ProfileIsProbeBased = in readOneSection()
746 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readOneSection()
1194 if (ProfileIsProbeBased) { in readFuncMetadata()
H A DSampleProf.cpp43 bool FunctionSamples::ProfileIsProbeBased = false; member in llvm::sampleprof::FunctionSamples
223 if (FunctionSamples::ProfileIsProbeBased) { in getCallSiteIdentifier()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp694 if (FunctionSamples::ProfileIsProbeBased) in getInstWeight()
815 if (FunctionSamples::ProfileIsProbeBased) { in findFunctionSamples()
1685 if (FunctionSamples::ProfileIsProbeBased) { in generateMDProfMetadata()
1832 if (FunctionSamples::ProfileIsProbeBased) { in emitAnnotations()
2158 if (FunctionSamples::ProfileIsProbeBased) { in findIRAnchors()
2214 if (FunctionSamples::ProfileIsProbeBased) { in countProfileMismatches()
2235 if (FunctionSamples::ProfileIsProbeBased && !IsFuncHashMismatch && in countProfileMismatches()
2459 if (SalvageStaleProfile && FunctionSamples::ProfileIsProbeBased && in runOnFunction()
2480 if (FunctionSamples::ProfileIsProbeBased) { in runOnModule()
2500 if (FunctionSamples::ProfileIsProbeBased) { in runOnModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp191 if (FunctionSamples::ProfileIsProbeBased) in getInstWeight()
328 if (FunctionSamples::ProfileIsProbeBased) { in runOnFunction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h460 bool profileIsProbeBased() const { return ProfileIsProbeBased; } in profileIsProbeBased()
526 bool ProfileIsProbeBased = false; variable
H A DSampleProf.h1179 static bool ProfileIsProbeBased;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileLoaderBaseImpl.h375 if (FunctionSamples::ProfileIsProbeBased)
430 assert(FunctionSamples::ProfileIsProbeBased &&
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1447 std::optional<bool> ProfileIsProbeBased; in mergeSampleProfile() local
1471 if (ProfileIsProbeBased && in mergeSampleProfile()
1472 ProfileIsProbeBased != FunctionSamples::ProfileIsProbeBased) in mergeSampleProfile()
1475 ProfileIsProbeBased = FunctionSamples::ProfileIsProbeBased; in mergeSampleProfile()