Searched refs:phi_placeholder_index (Results 1 – 1 of 1) sorted by relevance
1977 for (uint32_t phi_placeholder_index : visited.Indexes()) { in TryReplacingLoopPhiPlaceholderWithDefault() local1978 DCHECK(phi_placeholder_replacements_[phi_placeholder_index].IsInvalid()); in TryReplacingLoopPhiPlaceholderWithDefault()1979 phi_placeholder_replacements_[phi_placeholder_index] = Value::ForInstruction(replacement); in TryReplacingLoopPhiPlaceholderWithDefault()2034 for (uint32_t phi_placeholder_index : visited.Indexes()) { in TryReplacingLoopPhiPlaceholderWithSingleInput() local2035 DCHECK(phi_placeholder_replacements_[phi_placeholder_index].IsInvalid()); in TryReplacingLoopPhiPlaceholderWithSingleInput()2036 phi_placeholder_replacements_[phi_placeholder_index] = Value::ForInstruction(replacement); in TryReplacingLoopPhiPlaceholderWithSingleInput()2148 for (size_t phi_placeholder_index : phi_placeholder_indexes) { in MaterializeLoopPhis() local2149 PhiPlaceholder phi_placeholder = GetPhiPlaceholderAt(phi_placeholder_index); in MaterializeLoopPhis()2180 for (size_t phi_placeholder_index : phi_placeholder_indexes) { in MaterializeLoopPhis() local2181 phi_placeholder_replacements_[phi_placeholder_index] = Value::ForInstruction(replacement); in MaterializeLoopPhis()[all …]