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

  /art/compiler/sea_ir/ir/
instruction_nodes.h 52 virtual std::vector<int> GetUses() const;
66 std::vector<int> uses = GetUses();
171 std::vector<int> GetUses() const {
216 std::vector<int> GetUses() const {
217 std::vector<int> uses = AddIntInstructionNode::GetUses();
sea.h 65 std::vector<int> GetUses() const {
sea.cc 302 std::vector<int> used_regs = (*inst_it)->GetUses();
364 std::vector<int> used_regs = current_instruction->GetUses();
665 std::vector<int> InstructionNode::GetUses() const {

Completed in 39 milliseconds