Searched defs:RemoveInstruction (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.cc596 block->RemoveInstruction(block->GetFirstInstruction());
985 RemoveInstruction(initial);
1050 instruction_list->RemoveInstruction(instruction);
1058 void HBasicBlock::RemoveInstruction(HInstruction* instruction, bool ensure_safety) { function in class:art::HBasicBlock
1071 RemoveInstruction(instruction, ensure_safety);
1180 void HInstructionList::RemoveInstruction(HInstruction* instruction) { function in class:art::HInstructionList
1400 ctor_fence->GetBlock()->RemoveInstruction(ctor_fence);
1446 other->GetBlock()->RemoveInstruction(other);
2140 RemoveInstruction(insn);
2179 predecessor->RemoveInstruction(last_instructio
[all...]

Completed in 318 milliseconds