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