Home | History | Annotate | Download | only in optimizing

Lines Matching refs:InsertInstructionBefore

176   binop->GetBlock()->InsertInstructionBefore(neg, binop->GetNext());
225 op->GetBlock()->InsertInstructionBefore(hbin, op);
526 instruction->GetBlock()->InsertInstructionBefore(test, instruction);
1238 block->InsertInstructionBefore(shl, instruction);
1252 block->InsertInstructionBefore(shl, instruction);
1437 instruction->GetBlock()->InsertInstructionBefore(add, instruction);
1439 instruction->GetBlock()->InsertInstructionBefore(neg, instruction);
1536 invoke->GetBlock()->InsertInstructionBefore(distance, invoke);
1669 invoke->GetBlock()->InsertInstructionBefore(condition, invoke->GetNext());
1672 invoke->GetBlock()->InsertInstructionBefore(select, condition->GetNext());