Searched refs:InsertInsnBegin (Results 1 – 8 of 8) sorted by relevance
42 bb.InsertInsnBegin(pseudoInsn1); in InitEhDefine()47 bb.InsertInsnBegin(pseudoInsn2); in InitEhDefine()
367 aarchCGFunc->GetCurBB()->InsertInsnBegin(insn1); in MoveLocalRefVarToRefLocals()368 aarchCGFunc->GetCurBB()->InsertInsnBegin(insn); in MoveLocalRefVarToRefLocals()391 aarchCGFunc->GetCurBB()->InsertInsnBegin(insn); in LoadStackArgsToVReg()415 aarchCGFunc->GetCurBB()->InsertInsnBegin(vInsn); in MoveArgsToVReg()424 aarchCGFunc->GetCurBB()->InsertInsnBegin(insn); in MoveArgsToVReg()
69 bb->InsertInsnBegin(pseudoInsn); in InitStartGen()75 bb->InsertInsnBegin(pseudoInsn1); in InitStartGen()82 bb->InsertInsnBegin(pseudoInsn1); in InitStartGen()89 bb->InsertInsnBegin(pseudoInsn1); in InitStartGen()117 bb->InsertInsnBegin(pseudoInsnTemp); in InitStartGen()131 bb->InsertInsnBegin(pseudoInsn); in InitStartGen()144 bb.InsertInsnBegin(pseudoInsn); in InitEhDefine()150 bb.InsertInsnBegin(newPseudoInsn); in InitEhDefine()
3121 tgtBB->InsertInsnBegin(*remat); in SpillOperandForSpillPost()3161 tgtBB->InsertInsnBegin(*newLd); in SpillOperandForSpillPost()4721 exitSucc.InsertInsnBegin(*exitCom); in SplitVregAroundLoop()
821 static_cast<void>(coldBB->InsertInsnBegin(*in)); in IsolateFastPath()
222 x64CGFunc->GetCurBB()->InsertInsnBegin(insn); in LoadStackArgsToVReg()258 x64CGFunc->GetCurBB()->InsertInsnBegin(insn); in MoveArgsToVReg()
109 phiBB->InsertInsnBegin(phiInsn); in PrunedPhiInsertion()
177 void InsertInsnBegin(Insn &insn) in InsertInsnBegin() function