Lines Matching refs:etrue0
5417 Node* etrue0 = effect; in ReduceArrayPrototypeShift() local
5541 effect = graph()->NewNode(common()->EffectPhi(2), etrue0, efalse0, control); in ReduceArrayPrototypeShift()
6283 Node* etrue0 = effect; in ReduceStringIteratorPrototypeNext() local
6289 vtrue0 = etrue0 = graph()->NewNode(simplified()->StringFromCodePointAt(), in ReduceStringIteratorPrototypeNext()
6290 string, index, etrue0, if_true0); in ReduceStringIteratorPrototypeNext()
6295 etrue0 = graph()->NewNode( in ReduceStringIteratorPrototypeNext()
6297 receiver, index, etrue0, if_true0); in ReduceStringIteratorPrototypeNext()
6309 effect = graph()->NewNode(common()->EffectPhi(2), etrue0, effect, control); in ReduceStringIteratorPrototypeNext()
7153 Node* etrue0 = effect; in ReduceCollectionIteratorPrototypeNext() local
7166 Node* entry_key = etrue0 = graph()->NewNode( in ReduceCollectionIteratorPrototypeNext()
7168 table, entry_start_position, etrue0, if_true0); in ReduceCollectionIteratorPrototypeNext()
7183 Node* effect = etrue0; in ReduceCollectionIteratorPrototypeNext()
7253 eloop->ReplaceInput(1, etrue0); in ReduceCollectionIteratorPrototypeNext()