OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:callgraph
(Results
176 - 200
of
362
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/Transforms/IPO/
ElimAvailExtern.cpp
80
// optionally updating the specified
callgraph
to reflect the changes.
InlineSimple.cpp
15
#include "llvm/Analysis/
CallGraph
.h"
Inliner.cpp
21
#include "llvm/Analysis/
CallGraph
.h"
71
/// do so and update the
CallGraph
for this operation.
377
CallGraph
&CG = getAnalysis<CallGraphWrapperPass>().getCallGraph();
533
//
callgraph
references to the node, we cannot delete it yet, this
570
bool Inliner::doFinalization(
CallGraph
&CG) {
575
bool Inliner::removeDeadFunctions(
CallGraph
&CG, bool AlwaysInlineOnly) {
661
// this inline, because that would invalidate our
CallGraph
::iterator
/external/llvm/test/Transforms/Inline/
crash.ll
8
;
callgraph
.
/external/llvm/tools/opt/
AnalysisWrappers.cpp
20
#include "llvm/Analysis/
CallGraph
.h"
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
crash.ll
8
;
callgraph
.
/external/v8/tools/gcmole/
README
52
- on the first stage driver will parse all files and build a global
callgraph
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0/
lint-api-26.0.0-sources.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0-beta6/
lint-api-26.0.0-beta6-sources.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0-beta7/
lint-api-26.0.0-beta7-sources.jar
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0-rc1/
lint-api-26.0.0-rc1-sources.jar
/external/tensorflow/tensorflow/compiler/xla/service/
hlo_dataflow_analysis.h
117
const
CallGraph
& call_graph() const { return *call_graph_; }
187
std::unique_ptr<
CallGraph
> call_graph_;
hlo_alias_analysis.h
40
// The
callgraph
of the given HloModule must be flattened
hlo_rematerialization.h
117
std::unique_ptr<
CallGraph
> call_graph_;
/prebuilts/tools/linux-x86_64/kythe/proto/
xref.proto
77
// Kythe repository at //kythe/docs/schema/
callgraph
.txt.
417
// Only
callgraph
-related references as described in
418
// http://www.kythe.io/docs/schema/
callgraph
.html
420
// All references except those that are related to the
callgraph
.
446
// No
callgraph
information will be populated in the CrossReferencesReply.
448
//
Callgraph
information will be populated in the CrossReferencesReply.
450
//
Callgraph
information will be populated in the CrossReferencesReply.
455
// Determines what kind of
callgraph
information, if any, should be returned
/external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp
17
#include "clang/Analysis/
CallGraph
.h"
127
CallGraph
CG;
147
CallGraph
CG;
/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
)
/system/extras/simpleperf/
cmd_report_test.cpp
468
ASSERT_NE(content.find("skipped in brief
callgraph
mode"), std::string::npos);
469
Report(CALLGRAPH_FP_PERF_DATA, {"-g", "--full-
callgraph
"});
471
ASSERT_EQ(content.find("skipped in brief
callgraph
mode"), std::string::npos);
/external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp
24
#include "clang/Analysis/
CallGraph
.h"
458
// Note:
CallGraph
can trigger deserialization of more items from a pch
461
CallGraph
CG;
474
llvm::ReversePostOrderTraversal<clang::
CallGraph
*> RPOT(&CG);
475
for (llvm::ReversePostOrderTraversal<clang::
CallGraph
*>::rpo_iterator
499
// Decls from
CallGraph
are already canonical. But Decls coming from
/external/llvm/test/Other/
new-pass-manager.ll
328
; RUN: -passes='require<
callgraph
>' \
329
; RUN: | FileCheck %s --check-prefix=CHECK-
CALLGRAPH
330
; CHECK-
CALLGRAPH
: Starting llvm::Module pass manager run
331
; CHECK-
CALLGRAPH
: Running pass: RequireAnalysisPass
332
; CHECK-
CALLGRAPH
: Running analysis: CallGraphAnalysis
333
; CHECK-
CALLGRAPH
: Finished llvm::Module pass manager run
/system/extras/simpleperf/scripts/
report_html.js
592
// 1. Show the callgrpah and reverse
callgraph
of a function as flamegraphs.
807
// Given a
callgraph
, show the flamegraph.
811
constructor(divContainer,
callgraph
, reverseOrder) {
815
this.
callgraph
=
callgraph
;
829
this.maxDepth = getMaxDepth(this.
callgraph
);
844
this._renderSvgNodes(this.
callgraph
, 0, 0);
876
return eventCount * 100.0 / this.
callgraph
.s;
[
all
...]
/art/build/
Android.bp
71
// To use oprofile_android --
callgraph
, uncomment this and recompile with
/external/mesa3d/bin/
perf-annotate-jit
126
"""Parser for linux perf
callgraph
output.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
coretypes.h
124
/*
Callgraph
node profile representation. */
/prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.2.0-alpha16/
lint-api-26.2.0-alpha16-sources.jar
Completed in 2652 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>