Searched refs:MergeResult (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
| H A D | MsgPackDocument.cpp | 201 int MergeResult = 0; in readFromBlob() local 209 MergeResult = Merger(DestNode, Node, MapKey); in readFromBlob() 210 if (MergeResult < 0) in readFromBlob() 221 Stack.push_back(StackLevel(*DestNode, MergeResult, Obj.Length, nullptr)); in readFromBlob()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| H A D | SampleProf.h | 65 inline sampleprof_error MergeResult(sampleprof_error &Accumulator, in MergeResult() function 724 MergeResult(Result, addTotalSamples(Other.getTotalSamples(), Weight)); 725 MergeResult(Result, addHeadSamples(Other.getHeadSamples(), Weight)); 729 MergeResult(Result, BodySamples[Loc].merge(Rec, Weight)); 735 MergeResult(Result, FSMap[Rec.first].merge(Rec.second, Weight));
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | SampleProfReader.cpp | 272 MergeResult(Result, FProfile.addTotalSamples(NumSamples)); in readImpl() 273 MergeResult(Result, FProfile.addHeadSamples(NumHeadSamples)); in readImpl() 306 MergeResult(Result, FSamples.addTotalSamples(NumSamples)); in readImpl() 316 MergeResult(Result, FProfile.addCalledTargetSamples( in readImpl() 320 MergeResult(Result, FProfile.addBodySamples(LineOffset, Discriminator, in readImpl()
|
| H A D | SampleProf.cpp | 132 MergeResult(Result, addCalledTarget(I.first(), I.second, Weight)); in merge()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profdata/ |
| H A D | llvm-profdata.cpp | 592 MergeResult(Error, in remapSamples() 716 MergeResult(Result, ProfileMap[FName].merge(Samples, Input.Weight)); in mergeSampleProfile()
|