Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dload_store_elimination.cc727 void ProcessLoopPhiWithUnknownInput(PhiPlaceholder loop_phi_with_unknown_input);
2213 std::optional<PhiPlaceholder> loop_phi_with_unknown_input = FindLoopPhisToMaterialize( in TryToMaterializeLoopPhis() local
2215 if (loop_phi_with_unknown_input) { in TryToMaterializeLoopPhis()
2217 ->GetBlocks()[loop_phi_with_unknown_input->GetBlockId()] in TryToMaterializeLoopPhis()
2221 return loop_phi_with_unknown_input; // Return failure. in TryToMaterializeLoopPhis()
2237 void LSEVisitor::ProcessLoopPhiWithUnknownInput(PhiPlaceholder loop_phi_with_unknown_input) { in ProcessLoopPhiWithUnknownInput() argument
2239 size_t loop_phi_with_unknown_input_index = PhiPlaceholderIndex(loop_phi_with_unknown_input); in ProcessLoopPhiWithUnknownInput()
2243 uint32_t block_id = loop_phi_with_unknown_input.GetBlockId(); in ProcessLoopPhiWithUnknownInput()
2406 std::optional<PhiPlaceholder> loop_phi_with_unknown_input = in ProcessLoadsRequiringLoopPhis() local
2408 DCHECK_EQ(loop_phi_with_unknown_input.has_value(), in ProcessLoadsRequiringLoopPhis()
[all …]