Home
last modified time | relevance | path

Searched defs:PromoteLegacyPass (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMem2Reg.cpp74 struct PromoteLegacyPass : public FunctionPass { struct
76 static char ID;
78 PromoteLegacyPass() : FunctionPass(ID) { in PromoteLegacyPass() argument
84 bool runOnFunction(Function &F) override { in runOnFunction()
94 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()