Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h65 friend class SCEVExpanderCleaner; variable
556 class SCEVExpanderCleaner {
564 SCEVExpanderCleaner(SCEVExpander &Expander)
567 ~SCEVExpanderCleaner() { cleanup(); }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1034 SCEVExpanderCleaner ExpCleaner(Expander); in processLoopStridedStore()
1291 SCEVExpanderCleaner ExpCleaner(Expander); in processLoopStoreOfLoopLoad()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2379 void SCEVExpanderCleaner::cleanup() { in cleanup()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1821 SCEVExpanderCleaner SCEVCleaner(SCEVExp); in create()
1974 SCEVExpanderCleaner SCEVCleaner(SCEVExp); in ~GeneratedRTChecks()
1975 SCEVExpanderCleaner MemCheckCleaner(MemCheckExp); in ~GeneratedRTChecks()