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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp111 Instruction* f_cur = f_block->next(); local
120 if (f_cur->as_Constant() != NULL && !f_cur->can_trap()) {
121 f_const = f_cur;
122 f_cur = f_cur->next();
128 Goto* f_goto = f_cur->as_Goto();

Completed in 93 milliseconds