HomeSort by relevance Sort by last modified time
    Searched refs:RemoveInstruction (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
ssa_builder.cc 55 current->GetBlock()->RemoveInstruction(current);
134 load->GetBlock()->RemoveInstruction(load);
139 store->GetBlock()->RemoveInstruction(store);
nodes.cc 44 block->RemoveInstruction(it.Current());
335 instruction_list->RemoveInstruction(instruction);
342 void HBasicBlock::RemoveInstruction(HInstruction* instruction) {
380 void HInstructionList::RemoveInstruction(HInstruction* instruction) {
nodes.h 57 void RemoveInstruction(HInstruction* instruction);
353 void RemoveInstruction(HInstruction* instruction);
    [all...]

Completed in 559 milliseconds