Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp179 class TypePromotionLegacy : public FunctionPass { class
183 TypePromotionLegacy() : FunctionPass(ID) {} in TypePromotionLegacy() function in __anona30667b30111::TypePromotionLegacy
1007 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()