Searched refs:kArenaAllocDCE (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | dead_code_elimination.cc | 36 ScopedArenaVector<HBasicBlock*> worklist(allocator.Adapter(kArenaAllocDCE)); in MarkReachableBlocks() 593 : blocks_in_try(allocator, graph->GetBlocks().size(), /*expandable=*/false, kArenaAllocDCE), in TryBelongingInformation() 595 allocator, graph->GetBlocks().size(), /*expandable=*/false, kArenaAllocDCE) {} in TryBelongingInformation() 703 allocator.Adapter(kArenaAllocDCE)); in RemoveUnneededTries() 802 &allocator, graph_->GetBlocks().size(), /*expandable=*/ false, kArenaAllocDCE); in RemoveEmptyIfs() 823 ScopedArenaQueue<HInstruction*> maybe_remove(allocator.Adapter(kArenaAllocDCE)); in RemoveEmptyIfs() 825 &allocator, graph_->GetCurrentInstructionId(), /*expandable=*/ false, kArenaAllocDCE); in RemoveEmptyIfs() 876 ArenaBitVector live_blocks(&allocator, graph_->GetBlocks().size(), false, kArenaAllocDCE); in RemoveDeadBlocks()
|
/art/libartbase/base/ |
D | arena_allocator.h | 82 kArenaAllocDCE, enumerator
|