Searched refs:BlockIdFilterThunk (Results 1 – 1 of 1) sorted by relevance
77 class BlockIdFilterThunk {79 explicit BlockIdFilterThunk(const BitVector& i) : inner_(i) {} in BlockIdFilterThunk() function80 BlockIdFilterThunk(BlockIdFilterThunk&& other) noexcept = default;81 BlockIdFilterThunk(const BlockIdFilterThunk&) = default;121 FilterIterator<ArenaVector<HBasicBlock*>::const_iterator, BlockIdFilterThunk>>;150 BlockIdFilterThunk(entry_blocks_)); in EntryBlocksReversePostOrder()