Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.h45 phis_per_block_(allocator_.Adapter(kArenaAllocGraphChecker)), in HGraphDelegateVisitor()
152 ScopedArenaSafeMap<HBasicBlock*, ScopedArenaHashSet<HInstruction*>> phis_per_block_; variable
Dgraph_checker.cc532 instruction->IsPhi() ? phis_per_block_ : instructions_per_block_; in ContainedInItsBlockList()