Searched refs:GetSSAProducers (Results 1 – 6 of 6) sorted by relevance
139 DCHECK_GT(instruction->GetSSAProducers().size(), 0u); in Visit()140 llvm::Value* return_value = llvm_data_->GetValue(instruction->GetSSAProducers().at(0)); in Visit()146 std::vector<InstructionNode*> ssa_uses = instruction->GetSSAProducers(); in Visit()187 std::vector<InstructionNode*> ssa_uses = instruction->GetSSAProducers(); in Visit()205 std::vector<InstructionNode*> parameter_sources = invoke->GetSSAProducers(); in Visit()221 std::vector<InstructionNode*> ssa_uses = instruction->GetSSAProducers(); in Visit()241 std::vector<InstructionNode*> ssa_uses = instruction->GetSSAProducers(); in Visit()
73 std::vector<InstructionNode*> sources = instruction->GetSSAProducers(); in GetOperandTypes()
27 std::vector<InstructionNode*> GetSSAProducers() { in GetSSAProducers() function in sea_ir::TestInstructionNode
77 std::vector<InstructionNode*> definition_edges = instruction->GetSSAProducers(); in ToDotSSAEdges()
65 virtual std::vector<InstructionNode*> GetSSAProducers() { in GetSSAProducers() function
109 std::vector<InstructionNode*> GetSSAProducers() { in GetSSAProducers() function