Searched refs:ClearPhiInstructions (Results 1 – 3 of 3) sorted by relevance
35 GetPassInstance<ClearPhiInstructions>(),
64 class ClearPhiInstructions : public PassME {66 ClearPhiInstructions() : PassME("ClearPhiInstructions") { in ClearPhiInstructions() function
52 bool ClearPhiInstructions::Worker(const PassDataHolder* data) const { in Worker()