Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DInferFunctionAttrs.cpp49 struct InferFunctionAttrsLegacyPass : public ModulePass { struct
51 InferFunctionAttrsLegacyPass() : ModulePass(ID) { in InferFunctionAttrsLegacyPass() argument
70 char InferFunctionAttrsLegacyPass::ID = 0;
71 INITIALIZE_PASS_BEGIN(InferFunctionAttrsLegacyPass, "inferattrs",
74 INITIALIZE_PASS_END(InferFunctionAttrsLegacyPass, "inferattrs", in INITIALIZE_PASS_DEPENDENCY()
78 return new InferFunctionAttrsLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/lib/Transforms/IPO/
DInferFunctionAttrs.cpp50 struct InferFunctionAttrsLegacyPass : public ModulePass { struct
52 InferFunctionAttrsLegacyPass() : ModulePass(ID) { in InferFunctionAttrsLegacyPass() function
71 char InferFunctionAttrsLegacyPass::ID = 0;
72 INITIALIZE_PASS_BEGIN(InferFunctionAttrsLegacyPass, "inferattrs",
75 INITIALIZE_PASS_END(InferFunctionAttrsLegacyPass, "inferattrs", in INITIALIZE_PASS_DEPENDENCY()
79 return new InferFunctionAttrsLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()