Searched refs:SimplifyWrapperPass (Results 1 – 1 of 1) sorted by relevance
757 class SimplifyWrapperPass final : public ScopPass { class763 explicit SimplifyWrapperPass(int CallNo = 0) : ScopPass(ID), CallNo(CallNo) {} in SimplifyWrapperPass() function in __anon5ed00bad0111::SimplifyWrapperPass788 char SimplifyWrapperPass::ID;845 return new SimplifyWrapperPass(CallNo); in createSimplifyWrapperPass()848 INITIALIZE_PASS_BEGIN(SimplifyWrapperPass, "polly-simplify", "Polly - Simplify",851 INITIALIZE_PASS_END(SimplifyWrapperPass, "polly-simplify", "Polly - Simplify",867 SimplifyWrapperPass &P = getAnalysis<SimplifyWrapperPass>(); in runOnScop()879 AU.addRequired<SimplifyWrapperPass>(); in getAnalysisUsage()896 INITIALIZE_PASS_DEPENDENCY(SimplifyWrapperPass)