Home
last modified time | relevance | path

Searched defs:DVIRecoveryRec (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6246 struct DVIRecoveryRec { struct
6247 DVIRecoveryRec(DbgValueInst *DbgValue) in DVIRecoveryRec() argument
6251 DbgValueInst *DVI;
6252 DIExpression *Expr;
6253 bool HadLocationArgList;
6254 SmallVector<WeakVH, 2> LocationOps;
6255 SmallVector<const llvm::SCEV *, 2> SCEVs;
6256 SmallVector<std::unique_ptr<SCEVDbgValueBuilder>, 2> RecoveryExprs;
6258 void clear() { in clear()
6264 ~DVIRecoveryRec() { clear(); } in ~DVIRecoveryRec()
[all …]