Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDDebugProgramInstruction.cpp359 SmallPtrSet<Value *, 4> RemovedValues; in setKillLocation() local
361 if (!RemovedValues.insert(OldValue).second) in setKillLocation()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsicInst.h348 SmallPtrSet<Value *, 4> RemovedValues; in setKillLocation() local
350 if (!RemovedValues.insert(OldValue).second) in setKillLocation()