Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dbranch-elimination.h42 struct BranchCondition { struct in v8::internal::compiler::final
43 BranchCondition() : condition(nullptr), branch(nullptr), is_true(false) {} in BranchCondition() function
44 BranchCondition(Node* condition, Node* branch, bool is_true) in BranchCondition() function

Completed in 2 milliseconds