Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h131 class SCEVInsertPointGuard {
138 SCEVInsertPointGuard(const SCEVInsertPointGuard &) = delete;
139 SCEVInsertPointGuard &operator=(const SCEVInsertPointGuard &) = delete;
142 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE) in SCEVInsertPointGuard() function
148 ~SCEVInsertPointGuard() { in ~SCEVInsertPointGuard()
164 SmallVector<SCEVInsertPointGuard *, 8> InsertPointGuards;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp85 SCEVInsertPointGuard Guard(Builder, this); in ReuseOrCreateCast()
263 SCEVInsertPointGuard Guard(Builder, this); in InsertBinop()
600 SCEVInsertPointGuard Guard(Builder, this); in expandAddToGEP()
617 SCEVInsertPointGuard Guard(Builder, this); in expandAddToGEP()
1314 SCEVInsertPointGuard Guard(Builder, this); in getAddRecExprPHILiterally()
1506 SCEVInsertPointGuard Guard(Builder, this); in expandAddRecExprLiterally()
1992 SCEVInsertPointGuard Guard(Builder, this); in expand()