Searched defs:stride_is_con (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/opto/ | ||
H A D | loopnode.hpp | 177 bool stride_is_con() const; 263 bool stride_is_con() const { Node *tmp = stride (); return (tmp != NULL && tmp->is_Con()); } function in class:CountedLoopEndNode 296 inline bool CountedLoopNode::stride_is_con() const { return loopexit() && loopexit()->stride_is_con(); } function in class:CountedLoopNode |
Completed in 27 milliseconds