Searched refs:num_fall_throughs (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.cpp1148 int nfallthru = b->num_fall_throughs();
1167 nfallthru = b->num_fall_throughs();
1321 assert(src_block->num_fall_throughs() == 2, "unexpected diamond");
1437 if (BlockLayoutRotateLoops && last_block()->num_fall_throughs() < 2) {
1442 if (b->num_fall_throughs() == 2) {
1488 int nfallthru = b->num_fall_throughs();
H A Dgcm.cpp1401 } else if (pb->num_fall_throughs() == 2) {
1770 //------------------------------num_fall_throughs-----------------------------
1772 int Block::num_fall_throughs() { function in class:Block
1876 assert(num_fall_throughs() == 2, "must be a two way branch block");
H A Dblock.hpp145 int num_fall_throughs(); // How many fall-through candidate this block has

Completed in 42 milliseconds