Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h97 void populateFuncToCtxtMap();
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp210 populateFuncToCtxtMap(); in SampleContextTracker()
213 void SampleContextTracker::populateFuncToCtxtMap() { in populateFuncToCtxtMap() function in llvm::SampleContextTracker
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp988 ContextTracker.populateFuncToCtxtMap(); in postProcessProfiles()