Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp507 struct LoopInterchange { struct
517 LoopInterchange(ScalarEvolution *SE, LoopInfo *LI, DependenceInfo *DI, in LoopInterchange() function
1962 if (!LoopInterchange(&AR.SE, &AR.LI, &DI, &AR.DT, &AR, &ORE).run(LN)) in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h66 bool LoopInterchange; variable
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp899 PTO.LoopInterchange = CodeGenOpts.InterchangeLoops; in RunOptimizationPipeline()
1340 Conf.PTO.LoopInterchange = CGOpts.InterchangeLoops; in runThinLTOBackend()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp315 LoopInterchange = EnableLoopInterchange; in PipelineTuningOptions()
1548 if (PTO.LoopInterchange) in buildModuleOptimizationPipeline()
/freebsd/lib/clang/libllvm/
H A DMakefile2001 SRCS_MIN+= Transforms/Scalar/LoopInterchange.cpp