Searched refs:ControlEffect (Results 1 – 5 of 5) sorted by relevance
95 const Operator* ControlEffect();
55 SHARED(ControlEffect, Operator::kPure, 0, 0, 1, 1, 0)
190 const Operator* CommonOperatorBuilder::ControlEffect() { in ControlEffect() function in v8::internal::compiler::CommonOperatorBuilder
37 V(ControlEffect) \
100 graph()->NewNode(common()->ControlEffect(), control)); in LoadHeapNumberValue()