Searched refs:FContext (Results 1 – 3 of 3) sorted by relevance
355 SampleContext FContext(FName, CSNameTable); in readImpl() local356 if (FContext.hasContext()) in readImpl()358 FunctionSamples &FProfile = Profiles.create(FContext); in readImpl()548 auto FContext(readContextFromTable(&Idx)); in readSampleContextFromTable() local549 if (std::error_code EC = FContext.getError()) in readSampleContextFromTable()551 Context = SampleContext(*FContext); in readSampleContextFromTable()666 auto &[FContext, Hash] = *FContextHash; in readFuncProfile()668 auto Res = Profiles.try_emplace(Hash, FContext, FunctionSamples()); in readFuncProfile()670 FProfile.setContext(FContext); in readFuncProfile()673 if (FContext.hasContext()) in readFuncProfile()[all …]
1110 auto &FContext = PD.second.getContext(); in adjustInstrProfile() local1111 if (FContext.toString().find(FunctionSamples::UniqSuffix) != in adjustInstrProfile()1545 SampleContext FContext = Samples.getContext(); in mergeSampleProfile() local1547 ProfileMap[FContext].merge(Samples, Input.Weight)); in mergeSampleProfile()1551 FContext.toString()); in mergeSampleProfile()
1194 void setContext(const SampleContext &FContext) { Context = FContext; }