Searched refs:TypePromotionLegacy (Results 1 – 1 of 1) sorted by relevance
180 class TypePromotionLegacy : public FunctionPass { class184 TypePromotionLegacy() : FunctionPass(ID) {} in TypePromotionLegacy() function in __anonab9dbb3d0111::TypePromotionLegacy1016 INITIALIZE_PASS_BEGIN(TypePromotionLegacy, DEBUG_TYPE, PASS_NAME, false, false)1020 INITIALIZE_PASS_END(TypePromotionLegacy, DEBUG_TYPE, PASS_NAME, false, false)1022 char TypePromotionLegacy::ID = 0;1024 bool TypePromotionLegacy::runOnFunction(Function &F) { in runOnFunction()1038 return new TypePromotionLegacy(); in createTypePromotionLegacyPass()