Lines Matching refs:if_false
211 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceIsInstanceType() local
215 effect, if_false), in ReduceIsInstanceType()
216 effect, if_false); in ReduceIsInstanceType()
220 Node* merge = graph()->NewNode(common()->Merge(2), if_true, if_false); in ReduceIsInstanceType()
254 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceIsFunction() local
258 value, effect, if_false), in ReduceIsFunction()
259 effect, if_false); in ReduceIsFunction()
264 control = graph()->NewNode(common()->Merge(2), if_true, if_false); in ReduceIsFunction()
298 Node* if_false = graph()->NewNode(common()->IfFalse(), branch); in ReduceIsJSReceiver() local
302 value, effect, if_false), in ReduceIsJSReceiver()
303 effect, if_false); in ReduceIsJSReceiver()
308 control = graph()->NewNode(common()->Merge(2), if_true, if_false); in ReduceIsJSReceiver()