Searched defs:BranchCondition (Results 1 – 1 of 1) sorted by relevance
42 struct BranchCondition { in NON_EXPORTED_BASE() struct43 BranchCondition() : condition(nullptr), branch(nullptr), is_true(false) {} in NON_EXPORTED_BASE() function44 BranchCondition(Node* condition, Node* branch, bool is_true) in NON_EXPORTED_BASE() function46 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()