OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:callgraph
(Results
126 - 150
of
362
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
Internalize.cpp
17
#include "llvm/Analysis/
CallGraph
.h"
60
AU.addPreserved<
CallGraph
>();
104
CallGraph
*CG = getAnalysisIfAvailable<
CallGraph
>();
134
// Remove a
callgraph
edge from the external node to this function.
Inliner.cpp
20
#include "llvm/Analysis/
CallGraph
.h"
69
/// do so and update the
CallGraph
for this operation.
331
CallGraph
&CG = getAnalysis<
CallGraph
>();
472
//
callgraph
references to the node, we cannot delete it yet, this
511
bool Inliner::doFinalization(
CallGraph
&CG) {
517
bool Inliner::removeDeadFunctions(
CallGraph
&CG,
523
for (
CallGraph
::iterator I = CG.begin(), E = CG.end(); I != E; ++I) {
555
// this inline, because that would invalidate our
CallGraph
::iterator
/external/tensorflow/tensorflow/compiler/xla/service/
call_graph.h
127
// Only
CallGraph
can modify CallGraphNode.
128
friend class
CallGraph
;
171
class
CallGraph
{
176
static std::unique_ptr<
CallGraph
> Build(const HloModule* module);
193
// dominates computation 'b' iff all
callgraph
paths in the caller-to-callee
242
CallGraph
(const HloModule* module);
defuser.cc
96
std::unique_ptr<
CallGraph
> call_graph =
CallGraph
::Build(module);
flatten_call_graph.cc
117
std::unique_ptr<
CallGraph
> call_graph =
CallGraph
::Build(module);
hlo_ordering.h
39
: module_(module), call_graph_(
CallGraph
::Build(module)) {}
70
const
CallGraph
& call_graph() const { return *call_graph_; }
84
//
callgraph
and uses this method to determine ordering of instructions in
91
std::unique_ptr<
CallGraph
> call_graph_;
/external/llvm/lib/Transforms/IPO/
InlineAlways.cpp
18
#include "llvm/Analysis/
CallGraph
.h"
57
bool doFinalization(
CallGraph
&CG) override {
Internalize.cpp
26
#include "llvm/Analysis/
CallGraph
.h"
153
bool InternalizePass::internalizeModule(Module &M,
CallGraph
*CG) {
191
// Remove a
callgraph
edge from the external node to this function.
272
CallGraph
*CG = CGPass ? &CGPass->getCallGraph() : nullptr;
/external/clang/test/Analysis/
misc-ps-cxx0x.cpp
72
//
callgraph
.
/external/llvm/test/Analysis/CallGraph/
non-leaf-intrinsics.ll
1
; RUN: opt -S -print-
callgraph
-disable-output < %s 2>&1 | FileCheck %s
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
Inliner.h
40
bool doInitialization(
CallGraph
&CG) override;
49
bool doFinalization(
CallGraph
&CG) override;
62
bool removeDeadFunctions(
CallGraph
&CG, bool AlwaysInlineOnly = false);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/IPO/
Inliner.h
40
bool doInitialization(
CallGraph
&CG) override;
49
bool doFinalization(
CallGraph
&CG) override;
62
bool removeDeadFunctions(
CallGraph
&CG, bool AlwaysInlineOnly = false);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/IPO/
Inliner.h
40
bool doInitialization(
CallGraph
&CG) override;
49
bool doFinalization(
CallGraph
&CG) override;
62
bool removeDeadFunctions(
CallGraph
&CG, bool AlwaysInlineOnly = false);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/IPO/
Inliner.h
40
bool doInitialization(
CallGraph
&CG) override;
49
bool doFinalization(
CallGraph
&CG) override;
62
bool removeDeadFunctions(
CallGraph
&CG, bool AlwaysInlineOnly = false);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/IPO/
Inliner.h
40
bool doInitialization(
CallGraph
&CG) override;
49
bool doFinalization(
CallGraph
&CG) override;
62
bool removeDeadFunctions(
CallGraph
&CG, bool AlwaysInlineOnly = false);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/IPO/
Inliner.h
40
bool doInitialization(
CallGraph
&CG) override;
49
bool doFinalization(
CallGraph
&CG) override;
62
bool removeDeadFunctions(
CallGraph
&CG, bool AlwaysInlineOnly = false);
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0/
lint-api-26.0.0.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0-beta6/
lint-api-26.0.0-beta6.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0-beta7/
lint-api-26.0.0-beta7.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0-rc1/
lint-api-26.0.0-rc1.jar
/external/perf_data_converter/src/quipper/
perf_test_files.cc
44
"perf.data.
callgraph
-3.4",
77
"perf.data.
callgraph
-3.8",
158
"perf.
callgraph
.pb_text",
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
timevar.def
65
DEFTIMEVAR (TV_CGRAPH , "
callgraph
construction")
66
DEFTIMEVAR (TV_CGRAPHOPT , "
callgraph
optimization")
186
DEFTIMEVAR (TV_CGRAPH_VERIFY , "
callgraph
verifier")
/external/llvm/include/llvm/Transforms/Utils/
Cloning.h
43
class
CallGraph
;
178
explicit InlineFunctionInfo(
CallGraph
*cg = nullptr,
182
/// CG - If non-null, InlineFunction will update the
callgraph
to reflect the
184
CallGraph
*CG;
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
Cloning.h
41
class
CallGraph
;
175
explicit InlineFunctionInfo(
CallGraph
*cg = 0, const TargetData *td = 0)
178
/// CG - If non-null, InlineFunction will update the
callgraph
to reflect the
180
CallGraph
*CG;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Cloning.h
38
class
CallGraph
;
175
explicit InlineFunctionInfo(
CallGraph
*cg = nullptr,
183
/// CG - If non-null, InlineFunction will update the
callgraph
to reflect the
185
CallGraph
*CG;
Completed in 3419 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>