Searched defs:LoopSimplify (Results 1 – 3 of 3) sorted by relevance
743 struct LoopSimplify : public FunctionPass { struct744 static char ID; // Pass identification, replacement for typeid745 LoopSimplify() : FunctionPass(ID) { in LoopSimplify() argument751 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
274 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY() argument
218 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY() argument