Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp177 if (!FunctionSamples::ProfileIsProbeBased && !FunctionSamples::ProfileIsCS) in writeFuncMetadata()
184 if (FunctionSamples::ProfileIsProbeBased) in writeFuncMetadata()
249 if (Type == SecFuncMetadata && FunctionSamples::ProfileIsProbeBased) in writeOneSection()
435 if (FunctionSamples::ProfileIsProbeBased) { in writeSample()
782 if ((FunctionSamples::ProfileIsCS || FunctionSamples::ProfileIsProbeBased) && in create()
H A DSampleProf.cpp41 bool FunctionSamples::ProfileIsProbeBased = false; member in llvm::sampleprof::FunctionSamples
207 if (FunctionSamples::ProfileIsProbeBased) in getCallSiteIdentifier()
H A DSampleProfReader.cpp359 ProfileIsProbeBased = (ProbeProfileCount > 0); in readImpl()
360 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readImpl()
644 ProfileIsProbeBased = in readOneSection()
646 FunctionSamples::ProfileIsProbeBased = ProfileIsProbeBased; in readOneSection()
996 if (ProfileIsProbeBased) { in readFuncMetadata()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h465 bool profileIsProbeBased() const { return ProfileIsProbeBased; } in profileIsProbeBased()
521 bool ProfileIsProbeBased = false; variable
H A DSampleProf.h881 static bool ProfileIsProbeBased;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp522 if (FunctionSamples::ProfileIsProbeBased) in getInstWeight()
553 assert(FunctionSamples::ProfileIsProbeBased && in getProbeWeight()
707 if (FunctionSamples::ProfileIsProbeBased) { in findFunctionSamples()
1463 if (FunctionSamples::ProfileIsProbeBased) { in generateMDProfMetadata()
1586 if (FunctionSamples::ProfileIsProbeBased) { in emitAnnotations()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp697 Optional<bool> ProfileIsProbeBased; in mergeSampleProfile() local
720 if (ProfileIsProbeBased.hasValue() && in mergeSampleProfile()
721 ProfileIsProbeBased != FunctionSamples::ProfileIsProbeBased) in mergeSampleProfile()
724 ProfileIsProbeBased = FunctionSamples::ProfileIsProbeBased; in mergeSampleProfile()