Searched refs:BlockIdToBlockTransformer (Results 1 – 1 of 1) sorted by relevance
52 class BlockIdToBlockTransformer {54 BlockIdToBlockTransformer(BlockIdToBlockTransformer&&) = default;55 BlockIdToBlockTransformer(const BlockIdToBlockTransformer&) = default;56 explicit BlockIdToBlockTransformer(const HGraph* graph) : graph_(graph) {} in BlockIdToBlockTransformer() function119 IterationRange<TransformIterator<BitVector::IndexIterator, BlockIdToBlockTransformer>>;202 BitVecBlockRange res = MakeTransformRange(indexes, BlockIdToBlockTransformer(graph_)); in BlockIterRange()260 return MakeTransformRange(idxs, BlockIdToBlockTransformer(graph_)); in UnreachableBlocks()