Searched defs:num_preds (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueMap.cpp367 int num_preds = block->number_of_preds(); local
368 assert(num_preds > 0, "block must have predecessors");
377 if (num_preds == 1) {
391 for (int j = 0; j < num_preds; j++) {
H A Dc1_IR.cpp920 int num_preds = block->number_of_preds(); local
921 for (int i = 1; i < num_preds; i++) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp119 // CAUTION: num_preds() is ONE based, so that predecessor numbers match
121 uint num_preds() const { return head()->req(); } function in class:Block

Completed in 1480 milliseconds