OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:if_true_
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/compiler/
node-matchers.cc
17
: NodeMatcher(branch),
if_true_
(nullptr), if_false_(nullptr) {
21
DCHECK_NULL(
if_true_
);
22
if_true_
= use;
34
if_true_
(nullptr),
48
if_true_
= input0;
53
if_true_
= input1;
node-matchers.h
568
bool Matched() const { return
if_true_
&& if_false_; }
571
Node* IfTrue() const { return
if_true_
; }
575
Node*
if_true_
;
member in struct:v8::internal::compiler::BranchMatcher
585
return
if_true_
->OwnedBy(node()) && if_false_->OwnedBy(node());
589
Node* IfTrue() const { return
if_true_
; }
597
return phi->InputAt(
if_true_
== Merge()->InputAt(0) ? 0 : 1);
604
return phi->InputAt(
if_true_
== Merge()->InputAt(0) ? 1 : 0);
609
Node*
if_true_
;
member in struct:v8::internal::compiler::DiamondMatcher
/external/v8/src/crankshaft/
hydrogen.h
829
if_true_
(if_true),
845
HBasicBlock* if_true() const { return
if_true_
; }
854
HBasicBlock*
if_true_
;
member in class:v8::internal::final
[
all
...]
Completed in 126 milliseconds