Searched refs:ProfileIsProbeBased (Results 1 – 7 of 7) sorted by relevance
177 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()
41 bool FunctionSamples::ProfileIsProbeBased = false; member in llvm::sampleprof::FunctionSamples207 if (FunctionSamples::ProfileIsProbeBased) in getCallSiteIdentifier()
359 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()
465 bool profileIsProbeBased() const { return ProfileIsProbeBased; } in profileIsProbeBased()521 bool ProfileIsProbeBased = false; variable
881 static bool ProfileIsProbeBased;
522 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()
697 Optional<bool> ProfileIsProbeBased; in mergeSampleProfile() local720 if (ProfileIsProbeBased.hasValue() && in mergeSampleProfile()721 ProfileIsProbeBased != FunctionSamples::ProfileIsProbeBased) in mergeSampleProfile()724 ProfileIsProbeBased = FunctionSamples::ProfileIsProbeBased; in mergeSampleProfile()