Searched refs:ProfileIsProbeBased (Results 1 – 9 of 9) sorted by relevance
306 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()
440 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()
43 bool FunctionSamples::ProfileIsProbeBased = false; member in llvm::sampleprof::FunctionSamples223 if (FunctionSamples::ProfileIsProbeBased) { in getCallSiteIdentifier()
694 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()
191 if (FunctionSamples::ProfileIsProbeBased) in getInstWeight()328 if (FunctionSamples::ProfileIsProbeBased) { in runOnFunction()
460 bool profileIsProbeBased() const { return ProfileIsProbeBased; } in profileIsProbeBased()526 bool ProfileIsProbeBased = false; variable
1179 static bool ProfileIsProbeBased;
375 if (FunctionSamples::ProfileIsProbeBased)430 assert(FunctionSamples::ProfileIsProbeBased &&
1447 std::optional<bool> ProfileIsProbeBased; in mergeSampleProfile() local1471 if (ProfileIsProbeBased && in mergeSampleProfile()1472 ProfileIsProbeBased != FunctionSamples::ProfileIsProbeBased) in mergeSampleProfile()1475 ProfileIsProbeBased = FunctionSamples::ProfileIsProbeBased; in mergeSampleProfile()