Searched refs:getRootContext (Results 1 – 6 of 6) sorted by relevance
368 ContextTrieNode &getRootContext() { return ContextTracker.getRootContext(); }; in getRootContext() function
832 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()
295 (Node->getParentContext() != &ContextTracker.getRootContext() && in run()
80 for (auto &Child : ContextTracker.getRootContext().getAllChildContext()) { in ProfiledCallGraph()
130 ContextTrieNode &getRootContext();
373 ContextTrieNode &SampleContextTracker::getRootContext() { return RootContext; } in getRootContext() function in llvm::SampleContextTracker