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

/art/compiler/optimizing/
H A Dnodes.h881 uint32_t GetBlockId() const { return block_id_; } function in class:art::HBasicBlock
6531 if (!blocks_in_loop_.IsBitSet(blocks_[index_]->GetBlockId())) {
6541 if (blocks_in_loop_.IsBitSet(blocks_[index_]->GetBlockId())) {

Completed in 61 milliseconds