HomeSort by relevance Sort by last modified time
    Searched defs:GetUses (Results 1 - 4 of 4) 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 {
  /art/compiler/optimizing/
nodes.h 528 HUseListNode<HInstruction>* GetUses() const { return uses_; }
    [all...]

Completed in 177 milliseconds