HomeSort by relevance Sort by last modified time
    Searched refs:CallGraph (Results 76 - 94 of 94) sorted by null

1 2 34

  /external/swiftshader/third_party/LLVM/unittests/VMCore/
PassManagerTest.cpp 164 struct CGPass : public PassTest<CallGraph, CallGraphSCCPass> {
364 SCOPED_TRACE("Callgraph pass");
542 INITIALIZE_AG_DEPENDENCY(CallGraph)
  /external/tensorflow/tensorflow/compiler/xla/service/
ar_crs_combiner.cc 173 combiner.call_graph_ = CallGraph::Build(module);
378 call_graph_ = CallGraph::Build(module);
hlo_dataflow_analysis.cc 50 call_graph_(CallGraph::Build(&module)),
    [all...]
hlo_rematerialization.cc     [all...]
buffer_assignment.cc 756 const CallGraph& call_graph =
    [all...]
buffer_assignment_test.cc     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
FunctionAttrs.cpp 28 #include "llvm/Analysis/CallGraph.h"
78 INITIALIZE_AG_DEPENDENCY(CallGraph)
ArgumentPromotion.cpp 41 #include "llvm/Analysis/CallGraph.h"
91 INITIALIZE_AG_DEPENDENCY(CallGraph)
630 // Get the callgraph information that we need to update to reflect our
632 CallGraph &CG = getAnalysis<CallGraph>();
634 // Get a new callgraph node for NF.
754 // Update the callgraph to know that the callsite has been transformed.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 46 #include "llvm/Analysis/CallGraph.h"
342 // Update the callgraph to know that the callsite has been transformed.
    [all...]
FunctionAttrs.cpp 27 #include "llvm/Analysis/CallGraph.h"
    [all...]
  /external/llvm/unittests/IR/
LegacyPassManagerTest.cpp 170 struct CGPass : public PassTest<CallGraph, CallGraphSCCPass> {
368 SCOPED_TRACE("Callgraph pass");
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 26 #include "llvm/Analysis/CallGraph.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
LegacyPassManagerTest.cpp 167 struct CGPass : public PassTest<CallGraph, CallGraphSCCPass> {
365 SCOPED_TRACE("Callgraph pass");
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp 30 #include "llvm/Analysis/CallGraph.h"
585 // updates the CallGraph if present, because it uses a WeakVH.
665 /// into the caller, update the specified callgraph to reflect the changes we
667 /// some edges of the callgraph may remain.
672 CallGraph &CG = *IFI.CG;
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 22 #include "llvm/Analysis/CallGraph.h"
492 // updates the CallGraph if present, because it uses a WeakVH.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
InlineFunction.cpp 27 #include "llvm/Analysis/CallGraph.h"
    [all...]
  /external/swiftshader/third_party/llvm-7.0/
Android.mk 26 llvm/lib/Analysis/CallGraph.cpp \
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 1590 milliseconds

1 2 34