Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dnodes_test.cc145 TEST_F(NodeTest, RemoveInstruction) { in TEST_F() argument
H A Dnodes.cc1147 void HBasicBlock::RemoveInstruction(HInstruction* instruction, bool ensure_safety) { in RemoveInstruction() function in art::HBasicBlock
1334 void HInstructionList::RemoveInstruction(HInstruction* instruction) { in RemoveInstruction() function in art::HInstructionList
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dinstruction_fusion.cc467 void RemoveInstruction(HloInstruction* instruction) override { in RemoveInstruction() function in xla::__anon847885320711::ReversePostOrderFusionQueue
H A Dhlo_computation.cc340 Status HloComputation::RemoveInstruction(HloInstruction* instruction) { in RemoveInstruction() function in xla::HloComputation