Home
last modified time | relevance | path

Searched refs:BlockIdToBlockTransformer (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dexecution_subgraph.h52 class BlockIdToBlockTransformer {
54 BlockIdToBlockTransformer(BlockIdToBlockTransformer&&) = default;
55 BlockIdToBlockTransformer(const BlockIdToBlockTransformer&) = default;
56 explicit BlockIdToBlockTransformer(const HGraph* graph) : graph_(graph) {} in BlockIdToBlockTransformer() function
119 IterationRange<TransformIterator<BitVector::IndexIterator, BlockIdToBlockTransformer>>;
202 BitVecBlockRange res = MakeTransformRange(indexes, BlockIdToBlockTransformer(graph_)); in BlockIterRange()
260 return MakeTransformRange(idxs, BlockIdToBlockTransformer(graph_)); in UnreachableBlocks()