Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5954 struct SCEVDbgValueBuilder { struct
5956 SCEVDbgValueBuilder(const SCEVDbgValueBuilder &Base) { clone(Base); } in SCEVDbgValueBuilder() function
5958 void clone(const SCEVDbgValueBuilder &Base) { in clone()
5963 void clear() { in clear()
5969 SmallVector<uint64_t, 6> Expr;
5971 SmallVector<Value *, 2> LocationOps;
5978 void pushLocation(llvm::Value *V) { in pushLocation()
5991 void pushValue(const SCEVUnknown *U) { in pushValue()
5996 bool pushConst(const SCEVConstant *C) { in pushConst()
6043 bool pushSCEV(const llvm::SCEV *S) { in pushSCEV()
[all …]