Home
last modified time | relevance | path

Searched defs:LoopFuseLegacy (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1813 struct LoopFuseLegacy : public FunctionPass { struct
1815 static char ID;
1817 LoopFuseLegacy() : FunctionPass(ID) { in LoopFuseLegacy() argument
1821 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
1838 bool runOnFunction(Function &F) override { in runOnFunction()