Home
last modified time | relevance | path

Searched refs:SetVector (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp145 SetVector<Value *> Pointers; in runOnFunction()
146 SetVector<CallSite> CallSites; in runOnFunction()
147 SetVector<Value *> Loads; in runOnFunction()
148 SetVector<Value *> Stores; in runOnFunction()
188 for (SetVector<Value *>::iterator I1 = Pointers.begin(), E = Pointers.end(); in runOnFunction()
194 for (SetVector<Value *>::iterator I2 = Pointers.begin(); I2 != I1; ++I2) { in runOnFunction()
219 for (SetVector<Value *>::iterator I1 = Loads.begin(), E = Loads.end(); in runOnFunction()
221 for (SetVector<Value *>::iterator I2 = Stores.begin(), E2 = Stores.end(); in runOnFunction()
246 for (SetVector<Value *>::iterator I1 = Stores.begin(), E = Stores.end(); in runOnFunction()
248 for (SetVector<Value *>::iterator I2 = Stores.begin(); I2 != I1; ++I2) { in runOnFunction()
[all …]
/external/llvm/include/llvm/ADT/
DSetVector.h37 class SetVector {
50 SetVector() {} in SetVector() function
54 SetVector(It Start, It End) { in SetVector() function
179 bool operator==(const SetVector &that) const {
183 bool operator!=(const SetVector &that) const {
218 class SmallSetVector : public SetVector<T, SmallVector<T, N>, SmallSet<T, N> > {
/external/llvm/include/llvm/Analysis/
DFindUsedTypes.h26 SetVector<Type *> UsedTypes;
36 const SetVector<Type *> &getTypes() const { return UsedTypes; } in getTypes()
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp70 static SetVector<BasicBlock *> buildExtractionBlockSet(IteratorT BBBegin, in buildExtractionBlockSet()
72 SetVector<BasicBlock *> Result; in buildExtractionBlockSet()
89 for (SetVector<BasicBlock *>::iterator I = llvm::next(Result.begin()), in buildExtractionBlockSet()
103 static SetVector<BasicBlock *>
109 static SetVector<BasicBlock *>
140 static bool definedInRegion(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInRegion()
150 static bool definedInCaller(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInCaller()
160 for (SetVector<BasicBlock *>::const_iterator I = Blocks.begin(), in findInputsOutputs()
265 for (SetVector<BasicBlock *>::iterator I = Blocks.begin(), E = Blocks.end(); in splitReturnBlocks()
526 for (SetVector<BasicBlock*>::const_iterator i = Blocks.begin(), in emitCallAndSwitchStatement()
[all …]
/external/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h45 typedef SetVector<Value *> ValueSet;
52 SetVector<BasicBlock *> Blocks;
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DNodeSequence.java83 protected void SetVector(NodeVector v) in SetVector() method in NodeSequence
181 SetVector((NodeVector) nodeVector); in NodeSequence()
459 SetVector(new NodeVector()); in setShouldCacheNodes()
465 SetVector(null); in setShouldCacheNodes()
/external/clang/lib/Serialization/
DModuleManager.cpp267 for (llvm::SetVector<ModuleFile *>::iterator in visit()
321 for (llvm::SetVector<ModuleFile *>::iterator in visit()
354 for (llvm::SetVector<ModuleFile *>::iterator IM = M.Imports.begin(), in visitDepthFirst()
406 typedef llvm::SetVector<ModuleFile *>::const_iterator ChildIteratorType;
/external/clang/include/clang/Serialization/
DModule.h422 llvm::SetVector<ModuleFile *> ImportedBy;
425 llvm::SetVector<ModuleFile *> Imports;
DASTWriter.h330 llvm::SetVector<ObjCInterfaceDecl *> ObjCClassesWithCategories;
353 llvm::SetVector<Decl *, SmallVector<Decl *, 4>,
/external/clang/include/clang/Analysis/
DCallGraph.h86 typedef llvm::SetVector<CallGraphNode *>::iterator nodes_iterator;
87 typedef llvm::SetVector<CallGraphNode *>::const_iterator const_nodes_iterator;
/external/chromium_org/net/quic/crypto/
Dquic_crypto_client_config_test.cc46 msg.SetVector(kVER, supported_version_tags); in TEST()
Dcrypto_handshake.h60 template<class T> void SetVector(QuicTag tag, const std::vector<T>& v) { in SetVector() function
Dcrypto_handshake.cc96 SetVector(tag, tags); in SetTaglist()
/external/clang/include/clang/Lex/
DHeaderSearchOptions.h121 llvm::SetVector<std::string> ModulesIgnoreMacros;
/external/llvm/lib/Analysis/IPA/
DFindUsedTypes.cpp97 for (SetVector<Type *>::const_iterator I = UsedTypes.begin(), in print()
/external/llvm/lib/Transforms/IPO/
DExtractGV.cpp27 SetVector<GlobalValue *> Named;
/external/clang/lib/Frontend/
DDependencyGraph.cpp33 llvm::SetVector<const FileEntry *> AllFiles;
/external/llvm/include/llvm/CodeGen/
DLiveRangeEdit.h94 typedef SetVector<LiveInterval*,
/external/clang/lib/StaticAnalyzer/Core/
DCheckerRegistry.cpp19 typedef llvm::SetVector<const CheckerRegistry::CheckerInfo *> CheckerInfoSet;
/external/chromium_org/net/quic/
Dquic_config_test.cc140 msg.SetVector(kCGST, QuicTagVector(1, kQBIC)); in TEST_F()
Dquic_config.cc142 out->SetVector(tag_, possible_values_); in ToHandshakeMessage()
/external/llvm/tools/llvm-extract/
Dllvm-extract.cpp112 SetVector<GlobalValue *> GVs; in main()
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXNodeSet.java352 SetVector(clone.getVector()); in nodelist()
/external/llvm/utils/TableGen/
DCodeGenRegisters.h145 void addSubRegsPreOrder(SetVector<const CodeGenRegister*> &OSet,
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h336 SetVector<const MCSection*> SectionMap;

12