Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h143 class SCEVInsertPointGuard {
150 SCEVInsertPointGuard(const SCEVInsertPointGuard &) = delete;
151 SCEVInsertPointGuard &operator=(const SCEVInsertPointGuard &) = delete;
154 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE) in SCEVInsertPointGuard() function
160 ~SCEVInsertPointGuard() { in ~SCEVInsertPointGuard()
176 SmallVector<SCEVInsertPointGuard *, 8> InsertPointGuards;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp136 SCEVInsertPointGuard Guard(Builder, this); in ReuseOrCreateCast()
303 SCEVInsertPointGuard Guard(Builder, this); in InsertBinop()
393 SCEVInsertPointGuard Guard(Builder, this); in expandAddToGEP()
1051 SCEVInsertPointGuard Guard(Builder, this); in getAddRecExprPHILiterally()
1204 SCEVInsertPointGuard Guard(Builder, this); in expandAddRecExprLiterally()
1551 SCEVInsertPointGuard Guard(Builder, this); in expand()