Searched defs:cursor (Results 1 – 3 of 3) sorted by relevance
491 void HBasicBlock::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore()504 void HBasicBlock::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter()518 void HBasicBlock::InsertPhiAfter(HPhi* phi, HPhi* cursor) { in InsertPhiAfter()633 void HInstructionList::InsertInstructionBefore(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionBefore()647 void HInstructionList::InsertInstructionAfter(HInstruction* instruction, HInstruction* cursor) { in InsertInstructionAfter()903 void HInstruction::MoveBefore(HInstruction* cursor) { in MoveBefore()926 HBasicBlock* HBasicBlock::SplitAfter(HInstruction* cursor) { in SplitAfter()995 void HInstructionList::AddAfter(HInstruction* cursor, const HInstructionList& instruction_list) { in AddAfter()
277 UsePosition* cursor = first_use_; variable
336 uint8_t* cursor() const { return cursor_; } in cursor() function