Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h48 template <typename T, unsigned int N> class SmallSetVector; variable
H A DInstructionSimplify.h55 template <class T, unsigned n> class SmallSetVector; variable
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTailDuplicator.h26 template <typename T, unsigned int N> class SmallSetVector; variable
H A DSelectionDAG.h60 template <typename T, unsigned int N> class SmallSetVector; variable
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h50 template <typename T, unsigned N> class SmallSetVector; variable
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DExternalSemaSource.h23 template <class T, unsigned n> class SmallSetVector; variable
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DSetVector.h307 SmallSetVector(It Start, It End) { in SmallSetVector() function