Searched refs:num_phi_placeholders_ (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | load_store_elimination.cc | 636 DCHECK_LT(off, num_phi_placeholders_); in GetPhiPlaceholderAt() 1242 size_t num_phi_placeholders_; member in art::LSEVisitor 1455 num_phi_placeholders_(GetGraph()->GetBlocks().size() * in LSEVisitor() 1472 num_phi_placeholders_, in LSEVisitor() 1479 phi_placeholder_replacements_(num_phi_placeholders_, in LSEVisitor() 1483 /*start_bits=*/num_phi_placeholders_, in LSEVisitor() 1907 /*start_bits=*/ num_phi_placeholders_, in TryReplacingLoopPhiPlaceholderWithDefault() 1991 /*start_bits=*/ num_phi_placeholders_, in TryReplacingLoopPhiPlaceholderWithSingleInput() 2285 ScopedArenaVector<size_t> matrix_indexes(num_phi_placeholders_, in MaterializeLoopPhis() 2401 &allocator, num_phi_placeholders_, /*expandable=*/ false, kArenaAllocLSE); in TryToMaterializeLoopPhis() [all …]
|