Home
last modified time | relevance | path

Searched refs:ClearPhiInstructions (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/
Dpass_driver_me_post_opt.cc38 pass_manager->AddPass(new ClearPhiInstructions); in SetupPasses()
Dpost_opt_passes.cc23 bool ClearPhiInstructions::Worker(PassDataHolder* data) const { in Worker()
Dpost_opt_passes.h72 class ClearPhiInstructions : public PassMEMirSsaRep {
74 ClearPhiInstructions() : PassMEMirSsaRep("ClearPhiInstructions") { in ClearPhiInstructions() function