Lines Matching +defs:val +defs:msg
1086 Node* val = phi->in(i);
1088 const TypeInt* val_t = filtered_type_from_dominators(val, use_c);
1108 // Return a possibly more restrictive type for val based on condition control flow of dominators
1109 const TypeInt* PhaseIdealLoop::filtered_type_from_dominators( Node* val, Node *use_ctrl) {
1110 if (val->is_Con()) {
1111 return val->bottom_type()->is_int();
1117 Node* val_ctrl = get_ctrl(val);
1124 const TypeInt* if_t = IfNode::filtered_int_type(&_igvn, val, pred);
1137 // Stop if going beyond definition block of val
3563 void PhaseIdealLoop::dump_bad_graph(const char* msg, Node* n, Node* early, Node* LCA) {
3564 tty->print_cr(msg);