Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DTypeFinder.cpp85 VisitedConstants.clear(); in clear()
132 if (!VisitedConstants.insert(V).second) in incorporateValue()
/external/llvm-project/llvm/lib/IR/
DTypeFinder.cpp85 VisitedConstants.clear(); in clear()
132 if (!VisitedConstants.insert(V).second) in incorporateValue()
/external/llvm/lib/IR/
DTypeFinder.cpp85 VisitedConstants.clear(); in clear()
132 if (!VisitedConstants.insert(V).second) in incorporateValue()
/external/llvm/include/llvm/IR/
DTypeFinder.h34 DenseSet<const Value*> VisitedConstants; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DTypeFinder.h33 DenseSet<const Value*> VisitedConstants; variable
/external/llvm-project/llvm/include/llvm/IR/
DTypeFinder.h33 DenseSet<const Value*> VisitedConstants; variable
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp753 SmallPtrSet<const Constant *, 8> VisitedConstants; in hasSufficientLocalMem() local
763 if (VisitedConstants.insert(C).second) in hasSufficientLocalMem()