branch-elimination.h | 26 Node* condition; member in struct:v8::internal::compiler::final::BranchCondition 30 BranchCondition(Node* condition, bool is_true, BranchCondition* next) 31 : condition(condition), is_true(is_true), next(next) {} 39 Maybe<bool> LookupCondition(Node* condition) const; 41 const ControlPathConditions* AddCondition(Zone* zone, Node* condition, 61 // Maps each control node to the condition information known about the node.
|