Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTypePromotion.h24 class TypePromotionPass : public PassInfoMixin<TypePromotionPass> {
29 TypePromotionPass(const TargetMachine *TM): TM(TM) { } in TypePromotionPass() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp1032 PreservedAnalyses TypePromotionPass::run(Function &F, in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def441 FUNCTION_PASS("typepromotion", TypePromotionPass(TM))