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

/openjdk7/hotspot/src/share/vm/opto/
H A DloopPredicate.cpp210 bool has_phi = false; local
217 has_phi = true;
220 assert(!has_phi || rgn->req() > 3, "no phis when region is created");
282 bool has_phi = false; local
288 has_phi = true;
291 assert(!has_phi || rgn->req() > 3, "no phis when region is created");
H A Dreg_split.cpp585 bool has_phi = false; local
644 has_phi = true;
652 if( needs_phi || has_phi ) {
H A Dcfgnode.cpp82 assert(!r->as_Region()->has_phi(), "no phi users");
84 if (region->has_phi()) {
118 //--------------------------------has_phi--------------------------------------
120 PhiNode* RegionNode::has_phi() const { function in class:RegionNode
420 has_phis = (has_phi() != NULL); // Cache result

Completed in 45 milliseconds