Lines Matching refs:MaterializeLoopPhis
959 bool MaterializeLoopPhis(const ScopedArenaVector<size_t>& phi_placeholder_indexes,
961 bool MaterializeLoopPhis(ArrayRef<const size_t> phi_placeholder_indexes, DataType::Type type);
962 bool MaterializeLoopPhis(const ArenaBitVector& phi_placeholders_to_materialize,
2137 bool LSEVisitor::MaterializeLoopPhis(const ScopedArenaVector<size_t>& phi_placeholder_indexes, in MaterializeLoopPhis() function in art::LSEVisitor
2139 return MaterializeLoopPhis(ArrayRef<const size_t>(phi_placeholder_indexes), type); in MaterializeLoopPhis()
2142 bool LSEVisitor::MaterializeLoopPhis(ArrayRef<const size_t> phi_placeholder_indexes, in MaterializeLoopPhis() function in art::LSEVisitor
2272 bool LSEVisitor::MaterializeLoopPhis(const ArenaBitVector& phi_placeholders_to_materialize, in MaterializeLoopPhis() function in art::LSEVisitor
2354 if (!MaterializeLoopPhis(current_subset, type)) { in MaterializeLoopPhis()
2389 return MaterializeLoopPhis(abv, type); in FullyMaterializePhi()
2417 bool success = MaterializeLoopPhis(phi_placeholders_to_materialize, type); in TryToMaterializeLoopPhis()
2746 bool success = MaterializeLoopPhis(phi_placeholders_to_materialize, type); in FindOldValueForPhiPlaceholder()