Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_test.cc29 TEST(Node, RemoveInstruction) { in TEST() argument
Dnodes.cc542 void HBasicBlock::RemoveInstruction(HInstruction* instruction, bool ensure_safety) { in RemoveInstruction() function in art::HBasicBlock
661 void HInstructionList::RemoveInstruction(HInstruction* instruction) { in RemoveInstruction() function in art::HInstructionList