Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp1598 struct LoopFuseLegacy : public FunctionPass { struct
1600 static char ID;
1602 LoopFuseLegacy() : FunctionPass(ID) { in LoopFuseLegacy() argument
1606 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
1621 bool runOnFunction(Function &F) override { in runOnFunction()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp2065 struct LoopFuseLegacy : public FunctionPass { struct
2067 static char ID;
2069 LoopFuseLegacy() : FunctionPass(ID) { in LoopFuseLegacy() argument
2073 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
2090 bool runOnFunction(Function &F) override { in runOnFunction()