Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dexecution_subgraph.h178 auto idxs = entry_blocks_.Indexes(); in SucceedsBlock() local
179 return std::any_of(idxs.begin(), idxs.end(), [&](uint32_t entry) -> bool { in SucceedsBlock()
191 auto idxs = exit_blocks_.Indexes(); in PrecedesBlock() local
192 return std::any_of(idxs.begin(), idxs.end(), [&](uint32_t exit) -> bool { in PrecedesBlock()
259 auto idxs = unreachable_blocks_.Indexes(); in UnreachableBlocks() local
260 return MakeTransformRange(idxs, BlockIdToBlockTransformer(graph_)); in UnreachableBlocks()
Dload_store_elimination.cc2970 auto idxs = heap_locs_.Indexes(); in IterateLocations() local
2971 return MakeTransformRange(idxs, IdxToHeapLoc(&collector_)); in IterateLocations()