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

/openjdk7/hotspot/src/share/vm/opto/
H A Difnode.cpp779 int true_path = phi->is_diamond_phi(); local
780 if( true_path == 0 ) return NULL;
808 if( true_path == 2 ) {
H A Dcfgnode.cpp1095 Node* PhiNode::is_cmove_id(PhaseTransform* phase, int true_path) { argument
1096 assert(true_path !=0, "only diamond shape graph expected");
1104 Node* tval = in(true_path);
1105 Node* fval = in(3-true_path);
1139 int true_path = is_diamond_phi(); local
1140 if (true_path != 0) {
1141 Node* id = is_cmove_id(phase, true_path);
1214 static Node *is_x2logic( PhaseGVN *phase, PhiNode *phi, int true_path ) {
1215 assert(true_path !=0, "only diamond shape graph expected");
1218 int flipped = 2-true_path;
1273 is_cond_add(PhaseGVN *phase, PhiNode *phi, int true_path) argument
1327 is_absolute( PhaseGVN *phase, PhiNode *phi_root, int true_path) argument
1687 int true_path = is_diamond_phi(); local
[all...]
H A Dparse2.cpp929 int true_path = phi->is_diamond_phi(); local
930 if (true_path > 0 &&
H A Dstringopts.cpp147 int true_path = value->as_Phi()->is_diamond_phi(); local
148 if (true_path != 0) {
157 value->in(true_path)->Opcode() == Op_CastPP &&
158 value->in(true_path)->in(1) == v1 &&

Completed in 68 milliseconds