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

  /art/compiler/optimizing/
nodes.cc 806 static void Add(HInstructionList* instruction_list,
862 static void Remove(HInstructionList* instruction_list
    [all...]
graph_checker.cc 341 const HInstructionList& list = input->IsPhi()
356 const HInstructionList& list = user->IsPhi()
    [all...]
nodes.h 111 class HInstructionList : public ValueObject {
113 HInstructionList() : first_instruction_(nullptr), last_instruction_(nullptr) {}
137 void AddAfter(HInstruction* cursor, const HInstructionList& instruction_list);
138 void AddBefore(HInstruction* cursor, const HInstructionList& instruction_list);
139 void Add(const HInstructionList& instruction_list);
154 DISALLOW_COPY_AND_ASSIGN(HInstructionList);
905 const HInstructionList& GetInstructions() const { return instructions_; }
908 const HInstructionList& GetPhis() const { return phis_; }
    [all...]
graph_visualizer.cc 605 void PrintInstructions(const HInstructionList& list) {
induction_var_analysis.cc 32 const HInstructionList& phis = loop->GetHeader()->GetPhis();
    [all...]

Completed in 106 milliseconds