Home
last modified time | relevance | path

Searched refs:fuseLoops (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp566 bool fuseLoops(Function &F) { in fuseLoops() function
1853 return LF.fuseLoops(F); in runOnFunction()
1870 bool Changed = LF.fuseLoops(F); in run()