Searched refs:InsertBefore (Results 1 – 4 of 4) sorted by relevance
57 llvm::Instruction *InsertBefore) { in incrementOffset() argument60 return llvm::BinaryOperator::CreateAdd(accum, incr, "", InsertBefore); in incrementOffset()
53 pos_.InsertBefore(machine_ir->NewInsn<PseudoCopy>(reg, spill, size)); in RewriteVReg()
280 void InsertBefore(MachineInsn* insn) const { list_->insert(iterator_, insn); } in InsertBefore() function
188 cIr->instructions.InsertBefore(instructionAfter, instruction); in addInst()