Lines Matching refs:InsertInstructionBefore
221 binop->GetBlock()->InsertInstructionBefore(neg, binop->GetNext()); in TryMoveNegOnInputsAfterBinop()
270 op->GetBlock()->InsertInstructionBefore(hbin, op); in TryDeMorganNegationFactoring()
846 instruction->GetBlock()->InsertInstructionBefore(test, instruction); in VisitInstanceOf()
1012 cursor->GetBlock()->InsertInstructionBefore(abs, cursor); in NewIntegralAbs()
1030 cursor->GetBlock()->InsertInstructionBefore(minmax, cursor); in NewIntegralMinMax()
1629 instruction->GetBlock()->InsertInstructionBefore(new_and, instruction); in VisitAnd()
1994 basic_block->InsertInstructionBefore(mul, rem); in TryToReuseDiv()
1996 basic_block->InsertInstructionBefore(sub, rem); in TryToReuseDiv()
2088 block->InsertInstructionBefore(shl, instruction); in VisitMul()
2103 block->InsertInstructionBefore(shl, instruction); in VisitMul()
2302 instruction->GetBlock()->InsertInstructionBefore(add, instruction); in VisitSub()
2304 instruction->GetBlock()->InsertInstructionBefore(neg, instruction); in VisitSub()
2671 invoke->GetBlock()->InsertInstructionBefore(condition, invoke->GetNext()); in SimplifyFP2Int()
2674 invoke->GetBlock()->InsertInstructionBefore(select, condition->GetNext()); in SimplifyFP2Int()
2686 invoke->GetBlock()->InsertInstructionBefore(length, invoke); in SimplifyStringCharAt()
2689 invoke->GetBlock()->InsertInstructionBefore(bounds_check, invoke); in SimplifyStringCharAt()
2736 invoke->GetBlock()->InsertInstructionBefore(equal, invoke); in SimplifyStringIndexOf()
2958 block->InsertInstructionBefore(append, invoke); in TryReplaceStringBuilderAppend()