Home
last modified time | relevance | path

Searched defs:BranchCondition (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dbranch-elimination.h42 struct BranchCondition { in NON_EXPORTED_BASE() struct
43 BranchCondition() : condition(nullptr), branch(nullptr), is_true(false) {} in NON_EXPORTED_BASE() function
44 BranchCondition(Node* condition, Node* branch, bool is_true) in NON_EXPORTED_BASE() function
46 Node* condition; in NON_EXPORTED_BASE()
47 Node* branch; in NON_EXPORTED_BASE()
48 bool is_true; in NON_EXPORTED_BASE()
56 bool IsSet() const { return branch != nullptr; } in NON_EXPORTED_BASE()