Searched refs:GetInstructionValueSet (Results 1 – 5 of 5) sorted by relevance
154 GetInstructionValueSet(instruction) in ToString()188 << GetInstructionValueSet(instruction).ToString(); in Phi()197 for (auto& pair : GetInstructionValueSet(instruction)) { in Phi()289 return GetInstructionValueSet(instruction).element(index); in GetValueSet()294 return *GetInstructionValueSet(instruction).mutable_element(index); in GetValueSet()309 GetInstructionValueSet(bitcast->operand(0)); in UpdateBitcastValueSet()310 InstructionValueSet& bitcast_set = GetInstructionValueSet(bitcast); in UpdateBitcastValueSet()322 for (auto& pair : GetInstructionValueSet(send->operand(0))) { in UpdateSendValueSet()344 for (auto& pair : GetInstructionValueSet(recv_done)) { in UpdateRecvDoneValueSet()364 InstructionValueSet& value_set = GetInstructionValueSet(call); in UpdateCallValueSet()[all …]
98 const InstructionValueSet& GetInstructionValueSet(100 InstructionValueSet& GetInstructionValueSet(
378 dataflow_analysis_->GetInstructionValueSet(instruction)) { in InstructionBuffersAreAmbiguous()396 dataflow_analysis_->GetInstructionValueSet(instruction)) { in InstructionBuffersAreDistinct()
1056 alias_analysis->dataflow_analysis().GetInstructionValueSet(root)) { in AddSpecialCaseCopies()1259 for (const auto& pair : dataflow->GetInstructionValueSet(root)) { in AddCopiesForBufferAssignment()
395 for (const auto& pair : dataflow.GetInstructionValueSet(¶m)) { in FindConstrainedUses()