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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp344 virtual const Type *bottom_type() const { return TypeTuple::IFBOTH; }
519 virtual const Type *bottom_type() const { return TypeTuple::IFBOTH; }
H A Dmachnode.hpp550 virtual const class Type *bottom_type() const { return TypeTuple::IFBOTH; }
H A Difnode.cpp58 return TypeTuple::IFBOTH; // No progress
H A Dtype.hpp544 static const TypeTuple *IFBOTH;
H A Dtype.cpp278 TypeTuple::IFBOTH = TypeTuple::make( 2, fboth ); member in class:TypeTuple
1611 const TypeTuple *TypeTuple::IFBOTH; // Return both arms of IF as reachable member in class:TypeTuple

Completed in 60 milliseconds