Home
last modified time | relevance | path

Searched refs:GetSSAProducersMap (Results 1 – 2 of 2) sorted by relevance

/art/compiler/sea_ir/debug/
Ddot_gen.cc45 std::map<int, InstructionNode*>* definition_edges = instruction->GetSSAProducersMap(); in ToDotSSAEdges()
/art/compiler/sea_ir/ir/
Dinstruction_nodes.h73 std::map<int, InstructionNode* >* GetSSAProducersMap() { in GetSSAProducersMap() function