Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp159 CallGraphNode *CallerNode = (*CG)[Caller]; replaceCallSite() local
174 CallGraphNode *CallerNode = (*CG)[Caller]; removeCallSite() local
/llvm-project/clang-tools-extra/clang-move/
H A DHelperDeclRefGraph.cpp49 CallGraphNode *CallerNode = getOrInsertNode(const_cast<Decl *>(Caller)); in addEdge() local
/llvm-project/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp51 InlineGraphNode &CallerNode = createInlineGraphNode(Caller); recordInline() local
/llvm-project/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp115 ContextTrieNode *CallerNode = in getInlineCandidates() local
H A DProfileGenerator.cpp1003 ContextTrieNode *CallerNode = Node; in populateBoundarySamplesForFunction() local
1043 ContextTrieNode *CallerNode = Node.getParentContext(); in populateInferredFunctionSamples() local
1269 ContextTrieNode *CallerNode = ContextNode->getParentContext(); populateBodySamplesWithProbes() local
[all...]
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp259 ContextTrieNode *CallerNode = getContextFor(DIL); in getIndirectCalleeContextSamplesFor() local
375 ContextTrieNode *CallerNode = getContextFor(DIL); in promoteMergeContextSamplesTree() local
/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp48 CallGraphNode *CallerNode; member in __anonee51ac0e0111::CGBuilder