Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DInferFunctionAttrs.cpp57 struct InferFunctionAttrsLegacyPass : public ModulePass { struct
59 InferFunctionAttrsLegacyPass() : ModulePass(ID) { in InferFunctionAttrsLegacyPass() argument
80 char InferFunctionAttrsLegacyPass::ID = 0;
81 INITIALIZE_PASS_BEGIN(InferFunctionAttrsLegacyPass, "inferattrs",
84 INITIALIZE_PASS_END(InferFunctionAttrsLegacyPass, "inferattrs", in INITIALIZE_PASS_DEPENDENCY()
88 return new InferFunctionAttrsLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()