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.h135 class SCEVInsertPointGuard {
142 SCEVInsertPointGuard(const SCEVInsertPointGuard &) = delete;
143 SCEVInsertPointGuard &operator=(const SCEVInsertPointGuard &) = delete;
146 SCEVInsertPointGuard(IRBuilderBase &B, SCEVExpander *SE) in SCEVInsertPointGuard() function
152 ~SCEVInsertPointGuard() { in ~SCEVInsertPointGuard()
168 SmallVector<SCEVInsertPointGuard *, 8> InsertPointGuards;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp123 SCEVInsertPointGuard Guard(Builder, this); in ReuseOrCreateCast()
296 SCEVInsertPointGuard Guard(Builder, this); in InsertBinop()
383 SCEVInsertPointGuard Guard(Builder, this); in expandAddToGEP()
1027 SCEVInsertPointGuard Guard(Builder, this); in getAddRecExprPHILiterally()
1180 SCEVInsertPointGuard Guard(Builder, this); in expandAddRecExprLiterally()
1523 SCEVInsertPointGuard Guard(Builder, this); in expand()