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

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

Completed in 35 milliseconds