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::TypePromotionLegacy1017 INITIALIZE_PASS_BEGIN(TypePromotionLegacy, DEBUG_TYPE, PASS_NAME, false, false)1021 INITIALIZE_PASS_END(TypePromotionLegacy, DEBUG_TYPE, PASS_NAME, false, false)1023 char TypePromotionLegacy::ID = 0;1025 bool TypePromotionLegacy::runOnFunction(Function &F) { in runOnFunction()1039 return new TypePromotionLegacy(); in createTypePromotionLegacyPass()