Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h107 template <typename VectorT, typename MatrixT> class PoolCostAllocator {
109 using VectorCostPool = ValuePool<VectorT>;
113 using Vector = VectorT;
H A DReductionRules.h150 template <typename VectorT>
151 bool hasRegisterOptions(const VectorT &V) { in hasRegisterOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DPriorityWorklist.h54 template <typename T, typename VectorT = std::vector<T>,
195 typename VectorT::iterator E = in erase_if()
250 VectorT V;
H A DFoldingSet.h603 template <class T, class VectorT = SmallVector<T*, 8>>
606 VectorT Vector;
611 using iterator = pointee_iterator<typename VectorT::iterator>;
616 using const_iterator = pointee_iterator<typename VectorT::const_iterator>;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h189 using VectorT = SmallVector<Edge, 4>; variable
292 VectorT Edges;