Lines Matching refs:cursor
150 void InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor);
151 void InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor);
168 void AddAfter(HInstruction* cursor, const HInstructionList& instruction_list);
169 void AddBefore(HInstruction* cursor, const HInstructionList& instruction_list);
618 HInstruction* InsertOppositeCondition(HInstruction* cond, HInstruction* cursor);
1176 HBasicBlock* SplitBefore(HInstruction* cursor);
1183 HBasicBlock* SplitBeforeForInlining(HInstruction* cursor);
1186 HBasicBlock* SplitAfterForInlining(HInstruction* cursor);
1219 void InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor);
1220 void InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor);
1227 void InsertPhiAfter(HPhi* instruction, HPhi* cursor);
2299 void MoveBefore(HInstruction* cursor, bool do_checks = true);