Home | History | Annotate | Download | only in compiler

Lines Matching refs:ControlPathConditions

37   class ControlPathConditions {
41 const ControlPathConditions* AddCondition(Zone* zone, Node* condition,
43 static const ControlPathConditions* Empty(Zone* zone);
44 void Merge(const ControlPathConditions& other);
46 bool operator==(const ControlPathConditions& other) const;
47 bool operator!=(const ControlPathConditions& other) const {
52 ControlPathConditions(BranchCondition* head, size_t condition_count)
68 const ControlPathConditions* Get(Node* node);
69 void Set(Node* node, const ControlPathConditions* conditions);
72 ZoneVector<const ControlPathConditions*> info_for_node_;
84 const ControlPathConditions* conditions);