Searched refs:ProfileIsProbeBased (Results 1 – 8 of 8) sorted by relevance
201 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()
439 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()
43 bool FunctionSamples::ProfileIsProbeBased = false; member in llvm::sampleprof::FunctionSamples223 if (FunctionSamples::ProfileIsProbeBased) { in getCallSiteIdentifier()
590 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()
474 bool profileIsProbeBased() const { return ProfileIsProbeBased; } in profileIsProbeBased()537 bool ProfileIsProbeBased = false; variable
1118 static bool ProfileIsProbeBased;
975 std::optional<bool> ProfileIsProbeBased; in mergeSampleProfile() local998 if (ProfileIsProbeBased && in mergeSampleProfile()999 ProfileIsProbeBased != FunctionSamples::ProfileIsProbeBased) in mergeSampleProfile()1002 ProfileIsProbeBased = FunctionSamples::ProfileIsProbeBased; in mergeSampleProfile()
540 FunctionSamples::ProfileIsProbeBased = true; in generateProbeBasedProfile()1128 FunctionSamples::ProfileIsProbeBased = true; in generateProbeBasedProfile()