Searched refs:Kill (Results 1 - 5 of 5) sorted by relevance

/art/compiler/optimizing/
H A Dgvn.cc28 * through the `Add` method, and the `Kill` method. The `Kill` method removes
121 void Kill(SideEffects side_effects) { function in class:art::ValueSet
363 set->Kill(side_effects_.GetLoopEffects(block));
379 set->Kill(current->GetSideEffects());
/art/compiler/dex/
H A Dssa_transformation.cc108 // Kill all unreachable blocks.
112 bb->Kill(this);
H A Dmir_optimization.cc712 tk->Kill(this);
713 ft->Kill(this);
890 // Kill the unused block.
899 // Kill bb_next and remap now-dead id to parent.
H A Dmir_graph.h433 * @brief Kill the BasicBlock.
437 void Kill(MIRGraph* mir_graph);
H A Dmir_graph.cc2326 void BasicBlock::Kill(MIRGraph* mir_graph) { function in class:art::BasicBlock

Completed in 86 milliseconds