Searched refs:make_ifop (Results 1 - 1 of 1) sorted by relevance

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp92 Value make_ifop(Value x, Instruction::Condition cond, Value y, Value tval, Value fval);
196 Value result = make_ifop(if_->x(), if_->cond(), if_->y(), t_value, f_value);
197 assert(result != NULL, "make_ifop must return a non-null instruction");
248 Value CE_Eliminator::make_ifop(Value x, Instruction::Condition cond, Value y, Value tval, Value fval) { function in class:CE_Eliminator

Completed in 136 milliseconds