Searched refs:TypePromotionLegacy (Results 1 – 1 of 1) sorted by relevance
179 class TypePromotionLegacy : public FunctionPass { class183 TypePromotionLegacy() : FunctionPass(ID) {} in TypePromotionLegacy() function in __anon789080b40111::TypePromotionLegacy1006 INITIALIZE_PASS_BEGIN(TypePromotionLegacy, DEBUG_TYPE, PASS_NAME, false, false)1010 INITIALIZE_PASS_END(TypePromotionLegacy, DEBUG_TYPE, PASS_NAME, false, false)1012 char TypePromotionLegacy::ID = 0;1014 bool TypePromotionLegacy::runOnFunction(Function &F) { in runOnFunction()1031 return new TypePromotionLegacy(); in createTypePromotionLegacyPass()