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

/art/compiler/optimizing/
H A Dnodes.h536 int GetBlockId() const { return block_id_; } function in class:art::HBasicBlock
4124 if (!blocks_in_loop_.IsBitSet(blocks_.Get(index_)->GetBlockId())) {
4134 if (blocks_in_loop_.IsBitSet(blocks_.Get(index_)->GetBlockId())) {

Completed in 73 milliseconds