Lines Matching refs:InsertInstructionBefore
206 binop->GetBlock()->InsertInstructionBefore(neg, binop->GetNext()); in TryMoveNegOnInputsAfterBinop()
255 op->GetBlock()->InsertInstructionBefore(hbin, op); in TryDeMorganNegationFactoring()
692 instruction->GetBlock()->InsertInstructionBefore(test, instruction); in VisitInstanceOf()
857 cursor->GetBlock()->InsertInstructionBefore(abs, cursor); in NewIntegralAbs()
875 cursor->GetBlock()->InsertInstructionBefore(minmax, cursor); in NewIntegralMinMax()
1402 instruction->GetBlock()->InsertInstructionBefore(new_and, instruction); in VisitAnd()
1793 block->InsertInstructionBefore(shl, instruction); in VisitMul()
1808 block->InsertInstructionBefore(shl, instruction); in VisitMul()
2007 instruction->GetBlock()->InsertInstructionBefore(add, instruction); in VisitSub()
2009 instruction->GetBlock()->InsertInstructionBefore(neg, instruction); in VisitSub()
2153 invoke->GetBlock()->InsertInstructionBefore(distance, invoke); in SimplifyRotate()
2338 invoke->GetBlock()->InsertInstructionBefore(condition, invoke->GetNext()); in SimplifyFP2Int()
2341 invoke->GetBlock()->InsertInstructionBefore(select, condition->GetNext()); in SimplifyFP2Int()
2353 invoke->GetBlock()->InsertInstructionBefore(length, invoke); in SimplifyStringCharAt()
2356 invoke->GetBlock()->InsertInstructionBefore(bounds_check, invoke); in SimplifyStringCharAt()
2378 invoke->GetBlock()->InsertInstructionBefore(length, invoke); in SimplifyStringIsEmptyOrLength()
2414 invoke->GetBlock()->InsertInstructionBefore(equal, invoke); in SimplifyStringIndexOf()