Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h128 class SCEVInsertPointGuard {
135 SCEVInsertPointGuard(const SCEVInsertPointGuard &) = delete;
136 SCEVInsertPointGuard &operator=(const SCEVInsertPointGuard &) = delete;
139 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE) in SCEVInsertPointGuard() function
145 ~SCEVInsertPointGuard() { in ~SCEVInsertPointGuard()
161 SmallVector<SCEVInsertPointGuard *, 8> InsertPointGuards;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp79 SCEVInsertPointGuard Guard(Builder, this); in ReuseOrCreateCast()
257 SCEVInsertPointGuard Guard(Builder, this); in InsertBinop()
591 SCEVInsertPointGuard Guard(Builder, this); in expandAddToGEP()
608 SCEVInsertPointGuard Guard(Builder, this); in expandAddToGEP()
1301 SCEVInsertPointGuard Guard(Builder, this); in getAddRecExprPHILiterally()
1492 SCEVInsertPointGuard Guard(Builder, this); in expandAddRecExprLiterally()
1978 SCEVInsertPointGuard Guard(Builder, this); in expand()