Home
last modified time | relevance | path

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

/art/compiler/sea_ir/debug/
Ddot_gen.cc67 std::vector<InstructionNode*>* used_in = instruction->GetSSAConsumers(); in ToDotSSAEdges()
99 std::vector<InstructionNode*>* used_in = instruction->GetSSAConsumers(); in ToDotSSAEdges()
/art/compiler/sea_ir/types/
Dtype_inference.cc179 std::vector<InstructionNode*>* consumers = (*instruction_it)->GetSSAConsumers(); in ComputeTypes()
/art/compiler/sea_ir/ir/
Dinstruction_nodes.h76 std::vector<InstructionNode*>* GetSSAConsumers() { in GetSSAConsumers() function