Home
last modified time | relevance | path

Searched refs:getRootContext (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.h361 ContextTrieNode &getRootContext() { return ContextTracker.getRootContext(); }; in getRootContext() function
H A DProfileGenerator.cpp815 ContextTrieNode *ContextNode = &getRootContext(); in generateLineNumBasedProfile()
833 populateInferredFunctionSamples(getRootContext()); in generateLineNumBasedProfile()
887 if (CallerNode != &getRootContext()) { in populateBoundarySamplesForFunction()
926 if (CallerNode == &getRootContext()) in populateInferredFunctionSamples()
974 for (auto &It : getRootContext().getAllChildContext()) in convertToProfileMap()
1157 if (InlinerDesc != nullptr && CallerNode != &getRootContext()) { in populateBodySamplesWithProbes()
H A DCSPreInliner.cpp295 (Node->getParentContext() != &ContextTracker.getRootContext() && in run()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h80 for (auto &Child : ContextTracker.getRootContext().getAllChildContext()) { in ProfiledCallGraph()
H A DSampleContextTracker.h129 ContextTrieNode &getRootContext();
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp371 ContextTrieNode &SampleContextTracker::getRootContext() { return RootContext; } in getRootContext() function in llvm::SampleContextTracker