Searched refs:ClearPhiInstructions (Results 1 – 3 of 3) sorted by relevance
38 pass_manager->AddPass(new ClearPhiInstructions); in SetupPasses()
23 bool ClearPhiInstructions::Worker(PassDataHolder* data) const { in Worker()
72 class ClearPhiInstructions : public PassMEMirSsaRep {74 ClearPhiInstructions() : PassMEMirSsaRep("ClearPhiInstructions") { in ClearPhiInstructions() function