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

/art/compiler/optimizing/
H A Dgraph_checker.cc341 const HInstructionList& list = input->IsPhi()
356 const HInstructionList& list = user->IsPhi()
H A Dgraph_visualizer.cc605 void PrintInstructions(const HInstructionList& list) {
H A Dinduction_var_analysis.cc32 const HInstructionList& phis = loop->GetHeader()->GetPhis();
H A Dnodes.cc806 static void Add(HInstructionList* instruction_list,
862 static void Remove(HInstructionList* instruction_list,
962 void HInstructionList::AddInstruction(HInstruction* instruction) {
973 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) {
987 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) {
1001 void HInstructionList::RemoveInstruction(HInstruction* instruction) {
1016 bool HInstructionList::Contains(HInstruction* instruction) const {
1025 bool HInstructionList::FoundBefore(const HInstruction* instruction1,
1630 size_t HInstructionList::CountSize() const {
1639 void HInstructionList
[all...]
H A Dnodes.h111 class HInstructionList : public ValueObject { class in namespace:art
113 HInstructionList() : first_instruction_(nullptr), last_instruction_(nullptr) {} function in class:art::HInstructionList
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_; }
1145 HInstructionList instructions_;
1146 HInstructionList phis
[all...]

Completed in 19 milliseconds