OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LoopInterchange
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp
1
//===-
LoopInterchange
.cpp - Loop interchange pass-------------------------===//
15
#include "llvm/Transforms/Scalar/
LoopInterchange
.h"
426
struct
LoopInterchange
{
435
LoopInterchange
(ScalarEvolution *SE, LoopInfo *LI, DependenceInfo *DI,
1720
/// Main
LoopInterchange
Pass.
1745
return
LoopInterchange
(SE, LI, DI, DT, ORE).run(L);
1772
if (!
LoopInterchange
(&AR.SE, &AR.LI, &DI, &AR.DT, &ORE).run(LN))
Completed in 56 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026