Home
last modified time | relevance | path

Searched refs:distributeIRToProfileLocationMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleProfileMatcher.h207 void distributeIRToProfileLocationMap();
208 void distributeIRToProfileLocationMap(FunctionSamples &FS);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp896 distributeIRToProfileLocationMap(); in runOnModule()
901 void SampleProfileMatcher::distributeIRToProfileLocationMap( in distributeIRToProfileLocationMap() function in SampleProfileMatcher
911 distributeIRToProfileLocationMap(FS.second); in distributeIRToProfileLocationMap()
918 void SampleProfileMatcher::distributeIRToProfileLocationMap() { in distributeIRToProfileLocationMap() function in SampleProfileMatcher
920 distributeIRToProfileLocationMap(I.second); in distributeIRToProfileLocationMap()