Searched defs:in_bb (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/share/vm/opto/
H A Dsuperword.hpp356 bool in_bb(Node* n) { return n != NULL && n->outcnt() > 0 && ctrl(n) == _bb; } function in class:SuperWord
H A Dsuperword.cpp3692 int in_bb = _slp->in_bb(n); local
[all...]

Completed in 92 milliseconds