Searched defs:LoopSimplify (Results 1 – 4 of 4) sorted by relevance
740 struct LoopSimplify : public FunctionPass { struct741 static char ID; // Pass identification, replacement for typeid742 LoopSimplify() : FunctionPass(ID) { in LoopSimplify() function748 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
275 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY() argument
1217 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY() argument
206 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY() argument