Home
last modified time | relevance | path

Searched defs:CallGraphNode (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DCallGraph.h64 class CallGraphNode; variable
174 inline CallGraphNode(Function *F) : F(F) {} in CallGraphNode() function
DCallGraphSCCPass.h30 class CallGraphNode; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DSyntheticCountsPropagation.cpp131 &CG, GetCallSiteProfCount, [&](const CallGraphNode *N, Scaled64 New) { in run()