Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.h368 ContextTrieNode &getRootContext() { return ContextTracker.getRootContext(); }; in getRootContext() function
H A DProfileGenerator.cpp832 ContextTrieNode *ContextNode = &getRootContext(); in generateLineNumBasedProfile()
850 populateInferredFunctionSamples(getRootContext()); in generateLineNumBasedProfile()
903 if (CallerNode != &getRootContext()) { in populateBoundarySamplesForFunction()
942 if (CallerNode == &getRootContext()) in populateInferredFunctionSamples()
990 for (auto &It : getRootContext().getAllChildContext()) in convertToProfileMap()
1170 if (InlinerDesc != nullptr && CallerNode != &getRootContext()) { in populateBodySamplesWithProbes()
H A DCSPreInliner.cpp295 (Node->getParentContext() != &ContextTracker.getRootContext() && in run()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h80 for (auto &Child : ContextTracker.getRootContext().getAllChildContext()) { in ProfiledCallGraph()
H A DSampleContextTracker.h130 ContextTrieNode &getRootContext();
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp373 ContextTrieNode &SampleContextTracker::getRootContext() { return RootContext; } in getRootContext() function in llvm::SampleContextTracker