HomeSort by relevance Sort by last modified time
    Searched refs:GetSSAProducers (Results 1 - 6 of 6) sorted by null

  /art/compiler/sea_ir/code_gen/
code_gen.cc 139 DCHECK_GT(instruction->GetSSAProducers().size(), 0u);
140 llvm::Value* return_value = llvm_data_->GetValue(instruction->GetSSAProducers().at(0));
146 std::vector<InstructionNode*> ssa_uses = instruction->GetSSAProducers();
187 std::vector<InstructionNode*> ssa_uses = instruction->GetSSAProducers();
205 std::vector<InstructionNode*> parameter_sources = invoke->GetSSAProducers();
221 std::vector<InstructionNode*> ssa_uses = instruction->GetSSAProducers();
241 std::vector<InstructionNode*> ssa_uses = instruction->GetSSAProducers();
  /art/compiler/sea_ir/types/
type_inference_visitor.cc 73 std::vector<InstructionNode*> sources = instruction->GetSSAProducers();
type_inference_visitor_test.cc 27 std::vector<InstructionNode*> GetSSAProducers() {
  /art/compiler/sea_ir/debug/
dot_gen.cc 77 std::vector<InstructionNode*> definition_edges = instruction->GetSSAProducers();
  /art/compiler/sea_ir/ir/
instruction_nodes.h 65 virtual std::vector<InstructionNode*> GetSSAProducers() {
sea.h 109 std::vector<InstructionNode*> GetSSAProducers() {

Completed in 52 milliseconds