Searched refs:TypePromotionLegacy (Results 1 – 1 of 1) sorted by relevance
179 class TypePromotionLegacy : public FunctionPass { class183 TypePromotionLegacy() : FunctionPass(ID) {} in TypePromotionLegacy() function in __anona30667b30111::TypePromotionLegacy1007 INITIALIZE_PASS_BEGIN(TypePromotionLegacy, DEBUG_TYPE, PASS_NAME, false, false)1011 INITIALIZE_PASS_END(TypePromotionLegacy, DEBUG_TYPE, PASS_NAME, false, false)1013 char TypePromotionLegacy::ID = 0;1015 bool TypePromotionLegacy::runOnFunction(Function &F) { in runOnFunction()1029 return new TypePromotionLegacy(); in createTypePromotionLegacyPass()