Searched refs:PrintMatchAndExplain (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/ |
D | graph-unittest.cc | 103 bool PrintMatchAndExplain(const T& value, const char* value_name, in PrintMatchAndExplain() function 165 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), in MatchAndExplain() 167 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain() 197 PrintMatchAndExplain(NodeProperties::GetControlInput(node, 0), in MatchAndExplain() 199 PrintMatchAndExplain(NodeProperties::GetControlInput(node, 1), in MatchAndExplain() 225 PrintMatchAndExplain(NodeProperties::GetControlInput(node), in MatchAndExplain() 254 PrintMatchAndExplain(NodeProperties::GetValueInput(node, 0), in MatchAndExplain() 256 PrintMatchAndExplain(NodeProperties::GetEffectInput(node), "effect", in MatchAndExplain() 282 PrintMatchAndExplain(OpParameter<T>(node), "value", value_matcher_, in MatchAndExplain() 319 PrintMatchAndExplain(OpParameter<MachineType>(node), "type", in MatchAndExplain() [all …]
|