Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTypePromotion.cpp179 class TypePromotionLegacy : public FunctionPass { class
183 TypePromotionLegacy() : FunctionPass(ID) {} in TypePromotionLegacy() function in __anon789080b40111::TypePromotionLegacy
1006 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()