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.h62 friend class SCEVExpanderCleaner; variable
541 class SCEVExpanderCleaner {
549 SCEVExpanderCleaner(SCEVExpander &Expander)
552 ~SCEVExpanderCleaner() { cleanup(); }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1027 SCEVExpanderCleaner ExpCleaner(Expander); in processLoopStridedStore()
1262 SCEVExpanderCleaner ExpCleaner(Expander); in processLoopStoreOfLoopLoad()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2372 void SCEVExpanderCleaner::cleanup() { in cleanup()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2024 SCEVExpanderCleaner SCEVCleaner(SCEVExp); in ~GeneratedRTChecks()
2025 SCEVExpanderCleaner MemCheckCleaner(MemCheckExp); in ~GeneratedRTChecks()