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

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

Completed in 294 milliseconds