OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Revisit
(Results
1 - 13
of
13
) sorted by null
/external/v8/src/compiler/
graph-reducer.h
75
//
Revisit
the {node} again later.
76
virtual void
Revisit
(Node* node) = 0;
95
void
Revisit
(Node* node) {
97
editor_->
Revisit
(node);
169
//
Revisit
queue operations.
171
void
Revisit
(Node* node) final;
graph-reducer.cc
56
// If the stack becomes empty,
revisit
any nodes in the
revisit
queue.
67
// Check if we have new nodes to
revisit
.
156
//
Revisit
all uses of the node.
158
// Don't
revisit
this node if it refers to itself.
159
if (user != node)
Revisit
(user);
184
// Don't
revisit
this node if it refers to itself.
185
if (user != node)
Revisit
(user);
195
// Don't
revisit
this node if it refers to itself.
196
if (user != node)
Revisit
(user)
[
all
...]
common-operator-reducer.cc
98
// Update the condition of {branch}. No need to mark the uses for
revisit
,
155
Revisit
(graph()->end());
215
Revisit
(merge);
250
Revisit
(merge);
261
Revisit
(merge);
280
Revisit
(merge);
311
// {end} as
revisit
, because we mark {node} as {Dead} below, which was
dead-code-elimination.cc
115
// Trim input counts for all phi uses and
revisit
them.
120
Revisit
(use);
branch-elimination.cc
111
Revisit
(graph()->end());
198
// we would only
revisit
control uses if there is change).
js-intrinsic-lowering.cc
105
Revisit
(graph()->end());
js-call-reducer.cc
350
Revisit
(graph()->end());
js-inlining.cc
195
Revisit
(graph()->end());
428
// TODO(turbofan): We might want to
revisit
this restriction later when we
js-native-context-specialization.cc
168
Revisit
(edge.from());
[
all
...]
js-typed-lowering.cc
652
Revisit
(graph()->end());
661
Revisit
(edge.from());
[
all
...]
/prebuilts/go/darwin-x86/src/go/types/
typexpr.go
584
// claim source order in the future.
Revisit
.
589
// claim source order in the future.
Revisit
.
/prebuilts/go/linux-x86/src/go/types/
typexpr.go
584
// claim source order in the future.
Revisit
.
589
// claim source order in the future.
Revisit
.
/external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp
[
all
...]
Completed in 704 milliseconds