Searched defs:RemoveInstruction (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ | ||
H A D | nodes_test.cc | 145 TEST_F(NodeTest, RemoveInstruction) { in TEST_F() argument |
H A D | nodes.cc | 1147 void HBasicBlock::RemoveInstruction(HInstruction* instruction, bool ensure_safety) { in RemoveInstruction() function in art::HBasicBlock |
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ | ||
H A D | instruction_fusion.cc | 467 void RemoveInstruction(HloInstruction* instruction) override { in RemoveInstruction() function in xla::__anon847885320711::ReversePostOrderFusionQueue |
H A D | hlo_computation.cc | 340 Status HloComputation::RemoveInstruction(HloInstruction* instruction) { in RemoveInstruction() function in xla::HloComputation |