Searched defs:SmallVectorImpl (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DSmallVector.h371 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> { class in namespace:llvm
381 explicit SmallVectorImpl(unsigned N) function in class:llvm::SmallVectorImpl
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DInliner.cpp385 InlineHistoryIncludes(Function *F, int InlineHistoryID, const SmallVectorImpl<std::pair<Function*, int> > &InlineHistory) argument
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DExternalSemaSource.h152 ReadReferencedSelectors( SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp246 ReadReferencedSelectors( SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) argument
252 ReadWeakUndeclaredIdentifiers( SmallVectorImpl<std::pair<IdentifierInfo*, WeakInfo> > &WI) argument
264 ReadPendingInstantiations( SmallVectorImpl<std::pair<ValueDecl*, SourceLocation> > &Pending) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1015 FindMostPopularDest(BasicBlock *BB, const SmallVectorImpl<std::pair<BasicBlock*, BasicBlock*> > &PredToDestList) argument
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp2143 CheckSame(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, const SmallVectorImpl<std::pair<SDValue, SDNode*> > &RecordedNodes) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3489 SwitchLookupTable(Module &M, uint64_t TableSize, ConstantInt *Offset, const SmallVectorImpl<std::pair<ConstantInt*, Constant*> >& Values, Constant *DefaultValue, const DataLayout *TD) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6443 ReadReferencedSelectors( SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) argument
[all...]

Completed in 96 milliseconds