Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIntrinsicInst.h273 SmallPtrSet<Value *, 4> RemovedValues; in setKillLocation() local
275 if (!RemovedValues.insert(OldValue).second) in setKillLocation()