Lines Matching refs:InsertInstructionBefore

213   binop->GetBlock()->InsertInstructionBefore(neg, binop->GetNext());  in TryMoveNegOnInputsAfterBinop()
262 op->GetBlock()->InsertInstructionBefore(hbin, op); in TryDeMorganNegationFactoring()
688 instruction->GetBlock()->InsertInstructionBefore(test, instruction); in VisitInstanceOf()
853 cursor->GetBlock()->InsertInstructionBefore(abs, cursor); in NewIntegralAbs()
871 cursor->GetBlock()->InsertInstructionBefore(minmax, cursor); in NewIntegralMinMax()
1398 instruction->GetBlock()->InsertInstructionBefore(new_and, instruction); in VisitAnd()
1760 basic_block->InsertInstructionBefore(mul, rem); in TryToReuseDiv()
1762 basic_block->InsertInstructionBefore(sub, rem); in TryToReuseDiv()
1854 block->InsertInstructionBefore(shl, instruction); in VisitMul()
1869 block->InsertInstructionBefore(shl, instruction); in VisitMul()
2068 instruction->GetBlock()->InsertInstructionBefore(add, instruction); in VisitSub()
2070 instruction->GetBlock()->InsertInstructionBefore(neg, instruction); in VisitSub()
2342 invoke->GetBlock()->InsertInstructionBefore(condition, invoke->GetNext()); in SimplifyFP2Int()
2345 invoke->GetBlock()->InsertInstructionBefore(select, condition->GetNext()); in SimplifyFP2Int()
2357 invoke->GetBlock()->InsertInstructionBefore(length, invoke); in SimplifyStringCharAt()
2360 invoke->GetBlock()->InsertInstructionBefore(bounds_check, invoke); in SimplifyStringCharAt()
2407 invoke->GetBlock()->InsertInstructionBefore(equal, invoke); in SimplifyStringIndexOf()
2624 block->InsertInstructionBefore(append, invoke); in TryReplaceStringBuilderAppend()