Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInferFunctionAttrs.cpp60 struct InferFunctionAttrsLegacyPass : public ModulePass { struct
62 InferFunctionAttrsLegacyPass() : ModulePass(ID) { in InferFunctionAttrsLegacyPass() function
83 char InferFunctionAttrsLegacyPass::ID = 0;
84 INITIALIZE_PASS_BEGIN(InferFunctionAttrsLegacyPass, "inferattrs",
87 INITIALIZE_PASS_END(InferFunctionAttrsLegacyPass, "inferattrs", in INITIALIZE_PASS_DEPENDENCY()
91 return new InferFunctionAttrsLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()