Home
last modified time | relevance | path

Searched refs:MergeResult (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
HDSampleProf.h65 inline sampleprof_error MergeResult(sampleprof_error &Accumulator, in MergeResult() function
272 MergeResult(Result, addCalledTarget(I.first(), I.second, Weight));
449 MergeResult(Result, addTotalSamples(Other.getTotalSamples(), Weight));
450 MergeResult(Result, addHeadSamples(Other.getHeadSamples(), Weight));
454 MergeResult(Result, BodySamples[Loc].merge(Rec, Weight));
460 MergeResult(Result, FSMap[Rec.first].merge(Rec.second, Weight));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDSampleProfReader.cpp226 MergeResult(Result, FProfile.addTotalSamples(NumSamples)); in readImpl()
227 MergeResult(Result, FProfile.addHeadSamples(NumHeadSamples)); in readImpl()
250 MergeResult(Result, FSamples.addTotalSamples(NumSamples)); in readImpl()
258 MergeResult(Result, FProfile.addCalledTargetSamples( in readImpl()
262 MergeResult(Result, FProfile.addBodySamples(LineOffset, Discriminator, in readImpl()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
HDllvm-profdata.cpp404 MergeResult(Error, Target[Remapped.getName()].merge(Remapped)); in remapSamples()
506 MergeResult(Result, ProfileMap[FName].merge(Samples, Input.Weight)); in mergeSampleProfile()