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

  /art/compiler/optimizing/
loop_optimization.h 178 void RemoveDeadInstructions(const HInstructionList& list);
nodes.cc 809 static void Add(HInstructionList* instruction_list,
865 static void Remove(HInstructionList* instruction_list,
    [all...]
graph_checker.cc 347 const HInstructionList& list = input->IsPhi()
363 const HInstructionList& list = user->IsPhi()
    [all...]
nodes.h 136 class HInstructionList : public ValueObject {
138 HInstructionList() : first_instruction_(nullptr), last_instruction_(nullptr) {}
162 void AddAfter(HInstruction* cursor, const HInstructionList& instruction_list);
163 void AddBefore(HInstruction* cursor, const HInstructionList& instruction_list);
164 void Add(const HInstructionList& instruction_list);
180 DISALLOW_COPY_AND_ASSIGN(HInstructionList);
    [all...]
graph_visualizer.cc 680 void PrintInstructions(const HInstructionList& list) {
    [all...]
induction_var_analysis.cc 32 const HInstructionList& phis = loop->GetHeader()->GetPhis();
    [all...]
loop_optimization.cc     [all...]

Completed in 60 milliseconds