Lines Matching refs:InsertInstructionBefore

207   binop->GetBlock()->InsertInstructionBefore(neg, binop->GetNext());  in TryMoveNegOnInputsAfterBinop()
256 op->GetBlock()->InsertInstructionBefore(hbin, op); in TryDeMorganNegationFactoring()
682 instruction->GetBlock()->InsertInstructionBefore(test, instruction); in VisitInstanceOf()
847 cursor->GetBlock()->InsertInstructionBefore(abs, cursor); in NewIntegralAbs()
865 cursor->GetBlock()->InsertInstructionBefore(minmax, cursor); in NewIntegralMinMax()
1392 instruction->GetBlock()->InsertInstructionBefore(new_and, instruction); in VisitAnd()
1783 block->InsertInstructionBefore(shl, instruction); in VisitMul()
1798 block->InsertInstructionBefore(shl, instruction); in VisitMul()
1997 instruction->GetBlock()->InsertInstructionBefore(add, instruction); in VisitSub()
1999 instruction->GetBlock()->InsertInstructionBefore(neg, instruction); in VisitSub()
2143 invoke->GetBlock()->InsertInstructionBefore(distance, invoke); in SimplifyRotate()
2328 invoke->GetBlock()->InsertInstructionBefore(condition, invoke->GetNext()); in SimplifyFP2Int()
2331 invoke->GetBlock()->InsertInstructionBefore(select, condition->GetNext()); in SimplifyFP2Int()
2343 invoke->GetBlock()->InsertInstructionBefore(length, invoke); in SimplifyStringCharAt()
2346 invoke->GetBlock()->InsertInstructionBefore(bounds_check, invoke); in SimplifyStringCharAt()
2368 invoke->GetBlock()->InsertInstructionBefore(length, invoke); in SimplifyStringIsEmptyOrLength()
2404 invoke->GetBlock()->InsertInstructionBefore(equal, invoke); in SimplifyStringIndexOf()
2621 block->InsertInstructionBefore(append, invoke); in TryReplaceStringBuilderAppend()