Home
last modified time | relevance | path

Searched defs:CallerNode (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp153 CallGraphNode *CallerNode = (*CG)[Caller]; in replaceCallSite() local
168 CallGraphNode *CallerNode = (*CG)[Caller]; in removeCallSite() local
H A DInlineFunction.cpp1475 CallGraphNode *CallerNode = CG[Caller]; in UpdateCallGraphAfterInlining() local
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp51 InlineGraphNode &CallerNode = createInlineGraphNode(Caller); in recordInline() local
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp108 ContextTrieNode *CallerNode = in getInlineCandidates() local
H A DProfileGenerator.cpp901 ContextTrieNode *CallerNode = Node; in populateBoundarySamplesForFunction() local
939 ContextTrieNode *CallerNode = Node.getParentContext(); in populateInferredFunctionSamples() local
1169 ContextTrieNode *CallerNode = ContextNode->getParentContext(); in populateBodySamplesWithProbes() local
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp262 ContextTrieNode *CallerNode = getContextFor(DIL); in getIndirectCalleeContextSamplesFor() local
382 ContextTrieNode *CallerNode = getContextFor(DIL); in promoteMergeContextSamplesTree() local
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DCallGraph.cpp48 CallGraphNode *CallerNode; member in __anone99960a80111::CGBuilder