Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DTypeFinder.cpp114 VisitedConstants.clear(); in clear()
164 if (!VisitedConstants.insert(V).second) in incorporateValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DTypeFinder.h34 DenseSet<const Value*> VisitedConstants; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp1276 SmallPtrSet<const Constant *, 8> VisitedConstants; in hasSufficientLocalMem() local
1286 if (VisitedConstants.insert(C).second) in hasSufficientLocalMem()