Searched refs:ContextNode (Results 1 – 6 of 6) sorted by relevance
277 ContextTrieNode *ContextNode = getContextFor(DIL); in getContextSamplesFor() local278 if (!ContextNode) in getContextSamplesFor()517 ContextTrieNode *ContextNode = &RootContext; in getContextFor() local519 while (--I >= 0 && ContextNode) { in getContextFor()522 ContextNode = ContextNode->getChildContext(CallSite, CalleeName); in getContextFor()526 return ContextNode; in getContextFor()534 ContextTrieNode *ContextNode = &RootContext; in getOrCreateContextPath() local540 ContextNode = in getOrCreateContextPath()543 ContextNode = in getOrCreateContextPath()549 assert((!AllowCreate || ContextNode) && in getOrCreateContextPath()[all …]
738 FunctionSamples *FProfile = ContextNode->getFunctionSamples(); in getOrCreateFunctionSamples()742 FProfile->setName(ContextNode->getFuncName()); in getOrCreateFunctionSamples()743 ContextNode->setFunctionSamples(FProfile); in getOrCreateFunctionSamples()763 ContextTrieNode *ContextNode = in getOrCreateContextNode() local765 getOrCreateFunctionSamples(ContextNode, WasLeafInlined); in getOrCreateContextNode()766 return ContextNode; in getOrCreateContextNode()815 ContextTrieNode *ContextNode = &getRootContext(); in generateLineNumBasedProfile() local820 ContextNode = in generateLineNumBasedProfile()1143 ContextTrieNode *ContextNode = in populateBodySamplesWithProbes() local1230 ContextTrieNode *ContextNode = in getContextNodeForLeafProbe() local[all …]
141 uint32_t CSPreInliner::getFuncSize(const ContextTrieNode *ContextNode) { in getFuncSize() argument143 return Binary.getFuncSizeForContext(ContextNode); in getFuncSize()145 return ContextNode->getFunctionSamples()->getBodySamples().size(); in getFuncSize()
80 uint32_t getFuncSize(const ContextTrieNode *ContextNode);
488 uint32_t getFuncSizeForContext(const ContextTrieNode *ContextNode) { in getFuncSizeForContext() argument489 return FuncSizeTracker.getFuncSizeForContext(ContextNode); in getFuncSizeForContext()
308 FunctionSamples *getOrCreateFunctionSamples(ContextTrieNode *ContextNode,