Searched refs:iv (Results 51 - 52 of 52) sorted by relevance

123

/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp363 // biggest vector size, smallest data size and smallest iv offset.
477 // Calculate loop's iv adjustment for this memory ops.
1979 // (iv + k) mod vector_align == 0
2233 // Match AddP(base, AddP(ptr, k*iv [+ invariant]), constant)
2262 // Match: k*iv + offset
2293 // Match: k*iv where k is a constant that's not zero
2298 if (n == iv()) {
2304 if (n->in(1) == iv() && n->in(2)->is_Con()) {
2307 } else if (n->in(2) == iv() && n->in(1)->is_Con()) {
2312 if (n->in(1) == iv()
[all...]
H A Dsubnode.cpp107 static bool ok_to_convert(Node* inc, Node* iv) { argument
121 // Do not collapse (x+c0)-iv if "iv" is a loop induction variable,
123 ( !iv->is_loop_iv() )

Completed in 42 milliseconds

123