Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp151 CallGraphNode *CallerNode = (*CG)[Caller]; in replaceCallSite() local
166 CallGraphNode *CallerNode = (*CG)[Caller]; in removeCallSite() local
H A DInlineFunction.cpp1315 CallGraphNode *CallerNode = CG[Caller]; in UpdateCallGraphAfterInlining() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp49 InlineGraphNode &CallerNode = createInlineGraphNode(Caller); in recordInline() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp70 ContextTrieNode *CallerNode = in getInlineCandidates() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp225 ContextTrieNode *CallerNode = getContextFor(DIL); in getIndirectCalleeContextSamplesFor() local
340 ContextTrieNode *CallerNode = getContextFor(DIL); in promoteMergeContextSamplesTree() local
H A DArgumentPromotion.cpp1134 CallGraphNode *CallerNode = CG[Caller]; in runOnSCC() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCallGraph.cpp48 CallGraphNode *CallerNode; member in __anon75474f260111::CGBuilder