Member predicate SubBasicBlock :: getRankInBasicBlock
Gets the (1-based) rank of this SubBasicBlock
among the other SubBasicBlock
s in
its containing basic block bb
, where bb
is equal to getBasicBlock()
.
int
getRankInBasicBlock
(
BasicBlock
bb
)