Searched refs:ContextNode (Results 1 – 6 of 6) sorted by relevance
279 ContextTrieNode *ContextNode = getContextFor(DIL); in getContextSamplesFor() local280 if (!ContextNode) in getContextSamplesFor()289 FunctionSamples *Samples = ContextNode->getFunctionSamples(); in getContextSamplesFor()290 if (Samples && ContextNode->getParentContext() != &RootContext) in getContextSamplesFor()519 ContextTrieNode *ContextNode = &RootContext; in getContextFor() local521 while (--I >= 0 && ContextNode) { in getContextFor()524 ContextNode = ContextNode->getChildContext(CallSite, CalleeName); in getContextFor()528 return ContextNode; in getContextFor()536 ContextTrieNode *ContextNode = &RootContext; in getOrCreateContextPath() local542 ContextNode = in getOrCreateContextPath()[all …]
741 CSProfileGenerator::getOrCreateFunctionSamples(ContextTrieNode *ContextNode, in getOrCreateFunctionSamples() argument743 FunctionSamples *FProfile = ContextNode->getFunctionSamples(); in getOrCreateFunctionSamples()747 FProfile->setName(ContextNode->getFuncName()); in getOrCreateFunctionSamples()748 ContextNode->setFunctionSamples(FProfile); in getOrCreateFunctionSamples()768 ContextTrieNode *ContextNode = in getOrCreateContextNode() local770 getOrCreateFunctionSamples(ContextNode, WasLeafInlined); in getOrCreateContextNode()771 return ContextNode; in getOrCreateContextNode()832 ContextTrieNode *ContextNode = &getRootContext(); in generateLineNumBasedProfile() local837 ContextNode = in generateLineNumBasedProfile()840 populateBodySamplesForFunction(*ContextNode->getFunctionSamples(), in generateLineNumBasedProfile()[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);
483 uint32_t getFuncSizeForContext(const ContextTrieNode *ContextNode) { in getFuncSizeForContext() argument484 return FuncSizeTracker.getFuncSizeForContext(ContextNode); in getFuncSizeForContext()
308 FunctionSamples *getOrCreateFunctionSamples(ContextTrieNode *ContextNode,