HomeSort by relevance Sort by last modified time
    Searched defs:RemoveDeadInstructions (Results 1 - 4 of 4) sorted by null

  /art/compiler/optimizing/
dead_code_elimination.cc 490 void HDeadCodeElimination::RemoveDeadInstructions() {
528 RemoveDeadInstructions();
loop_optimization.cc 675 RemoveDeadInstructions(block->GetPhis());
676 RemoveDeadInstructions(block->GetInstructions());
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
loop_unroller.cpp 230 void RemoveDeadInstructions();
512 RemoveDeadInstructions();
544 void LoopUnrollerUtilsImpl::RemoveDeadInstructions() {
594 RemoveDeadInstructions();
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
loop_unroller.cpp 230 void RemoveDeadInstructions();
512 RemoveDeadInstructions();
544 void LoopUnrollerUtilsImpl::RemoveDeadInstructions() {
594 RemoveDeadInstructions();
    [all...]

Completed in 193 milliseconds