Home
last modified time | relevance | path

Searched refs:TypePromotionLegacy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp180 class TypePromotionLegacy : public FunctionPass { class
184 TypePromotionLegacy() : FunctionPass(ID) {} in TypePromotionLegacy() function in __anonab9dbb3d0111::TypePromotionLegacy
1017 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()