Home
last modified time | relevance | path

Searched refs:getContextFor (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp225 ContextTrieNode *CallerNode = getContextFor(DIL); in getIndirectCalleeContextSamplesFor()
242 ContextTrieNode *ContextNode = getContextFor(DIL); in getContextSamplesFor()
261 ContextTrieNode *Node = getContextFor(Context); in getContextSamplesFor()
302 ContextTrieNode *FromNode = getContextFor(Context); in getBaseSamplesFor()
340 ContextTrieNode *CallerNode = getContextFor(DIL); in promoteMergeContextSamplesTree()
406 SampleContextTracker::getContextFor(const SampleContext &Context) { in getContextFor() function in llvm::SampleContextTracker
415 ContextTrieNode *CallContext = getContextFor(DIL); in getCalleeContextFor()
425 ContextTrieNode *SampleContextTracker::getContextFor(const DILocation *DIL) { in getContextFor() function in llvm::SampleContextTracker
H A DSampleProfile.cpp971 ContextTracker->getContextFor(Samples->getContext()); in findExternalInlineCandidate()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h118 ContextTrieNode *getContextFor(const SampleContext &Context);
130 ContextTrieNode *getContextFor(const DILocation *DIL);
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp71 ContextTracker.getContextFor(CallerSamples->getContext()); in getInlineCandidates()