/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.h | 40 bool erase(const SetVector<NodeId> &Nodes); 44 SetVector<NodeId> getDeadNodes() { return DeadNodes; } in getDeadNodes() 45 SetVector<NodeId> getDeadInstrs() { return DeadInstrs; } in getDeadInstrs() 50 SetVector<NodeId> LiveNodes; 51 SetVector<NodeId> DeadNodes; 52 SetVector<NodeId> DeadInstrs;
|
D | HexagonRDFOpt.cpp | 95 bool rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove); 154 const SetVector<NodeId> &DeadNodes = getDeadNodes(); in run() 155 const SetVector<NodeId> &DeadInstrs = getDeadInstrs(); in run() 160 SetVector<NodeId> PartlyDead; in run() 176 SetVector<NodeId> Remove = DeadInstrs; in run() 215 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite()
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFDeadCode.h | 40 bool erase(const SetVector<NodeId> &Nodes); 44 SetVector<NodeId> getDeadNodes() { return DeadNodes; } in getDeadNodes() 45 SetVector<NodeId> getDeadInstrs() { return DeadInstrs; } in getDeadInstrs() 50 SetVector<NodeId> LiveNodes; 51 SetVector<NodeId> DeadNodes; 52 SetVector<NodeId> DeadInstrs;
|
D | HexagonRDFOpt.cpp | 89 bool rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove); 139 const SetVector<NodeId> &DeadNodes = getDeadNodes(); in run() 140 const SetVector<NodeId> &DeadInstrs = getDeadInstrs(); in run() 144 SetVector<NodeId> PartlyDead; in run() 161 SetVector<NodeId> Remove = DeadInstrs; in run() 201 bool HexagonDCE::rewrite(NodeAddr<InstrNode*> IA, SetVector<NodeId> &Remove) { in rewrite()
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | SROA.h | 66 SetVector<AllocaInst *, SmallVector<AllocaInst *, 16>> Worklist; 71 SetVector<Instruction *, SmallVector<Instruction *, 8>> DeadInsts; 81 SetVector<AllocaInst *, SmallVector<AllocaInst *, 16>> PostPromotionWorklist; 91 SetVector<PHINode *, SmallVector<PHINode *, 2>> SpeculatablePHIs; 99 SetVector<SelectInst *, SmallVector<SelectInst *, 2>> SpeculatableSelects;
|
D | Reassociate.h | 61 SetVector<AssertingVH<Instruction>> RedoInsts; 94 SetVector<AssertingVH<Instruction>> &Insts);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | SROA.h | 78 SetVector<AllocaInst *, SmallVector<AllocaInst *, 16>> Worklist; 83 SetVector<Instruction *, SmallVector<Instruction *, 8>> DeadInsts; 93 SetVector<AllocaInst *, SmallVector<AllocaInst *, 16>> PostPromotionWorklist; 103 SetVector<PHINode *, SmallVector<PHINode *, 2>> SpeculatablePHIs; 111 SetVector<SelectInst *, SmallVector<SelectInst *, 2>> SpeculatableSelects;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | FunctionImportUtils.h | 35 SetVector<GlobalValue *> *GlobalsToImport; 88 SetVector<GlobalValue *> *GlobalsToImport = nullptr) 108 SetVector<GlobalValue *> *GlobalsToImport); 115 SetVector<GlobalValue *> *GlobalsToImport = nullptr);
|
D | CodeExtractor.h | 51 using ValueSet = SetVector<Value *>; 63 SetVector<BasicBlock *> Blocks;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ModuleSummaryAnalysis.cpp | 85 SetVector<ValueInfo> &RefEdges, in findRefEdges() 139 SetVector<FunctionSummary::VFuncId> &VCalls, in addVCallToSet() 140 SetVector<FunctionSummary::ConstVCall> &ConstVCalls) { in addVCallToSet() 157 const CallInst *CI, SetVector<GlobalValue::GUID> &TypeTests, in addIntrinsicToSummary() 158 SetVector<FunctionSummary::VFuncId> &TypeTestAssumeVCalls, in addIntrinsicToSummary() 159 SetVector<FunctionSummary::VFuncId> &TypeCheckedLoadVCalls, in addIntrinsicToSummary() 160 SetVector<FunctionSummary::ConstVCall> &TypeTestAssumeConstVCalls, in addIntrinsicToSummary() 161 SetVector<FunctionSummary::ConstVCall> &TypeCheckedLoadConstVCalls) { in addIntrinsicToSummary() 235 SetVector<ValueInfo> RefEdges; in computeFunctionSummary() 236 SetVector<GlobalValue::GUID> TypeTests; in computeFunctionSummary() [all …]
|
D | AliasAnalysisEvaluator.cpp | 100 SetVector<Value *> Pointers; in runInternal() 102 SetVector<Value *> Loads; in runInternal() 103 SetVector<Value *> Stores; in runInternal() 142 for (SetVector<Value *>::iterator I1 = Pointers.begin(), E = Pointers.end(); in runInternal() 148 for (SetVector<Value *>::iterator I2 = Pointers.begin(); I2 != I1; ++I2) { in runInternal() 203 for (SetVector<Value *>::iterator I1 = Stores.begin(), E = Stores.end(); in runInternal() 205 for (SetVector<Value *>::iterator I2 = Stores.begin(); I2 != I1; ++I2) { in runInternal()
|
/external/llvm/include/llvm/ADT/ |
D | SetVector.h | 39 class SetVector { 54 SetVector() {} in SetVector() function 58 SetVector(It Start, It End) { in SetVector() function 222 bool operator==(const SetVector &that) const { 226 bool operator!=(const SetVector &that) const { 286 class SmallSetVector : public SetVector<T, SmallVector<T, N>, SmallSet<T, N> > {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | SetVector.h | 41 class SetVector { 56 SetVector() = default; 60 SetVector(It Start, It End) { in SetVector() function 234 bool operator==(const SetVector &that) const { 238 bool operator!=(const SetVector &that) const { 299 : public SetVector<T, SmallVector<T, N>, SmallDenseSet<T, N>> {
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | SetVectorTest.cpp | 19 TEST(SetVector, EraseTest) { in TEST() argument 20 SetVector<int> S; in TEST()
|
/external/llvm/unittests/ADT/ |
D | SetVectorTest.cpp | 19 TEST(SetVector, EraseTest) { in TEST() argument 20 SetVector<int> S; in TEST()
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 101 SetVector<Value *> Pointers; in runInternal() 103 SetVector<Value *> Loads; in runInternal() 104 SetVector<Value *> Stores; in runInternal() 143 for (SetVector<Value *>::iterator I1 = Pointers.begin(), E = Pointers.end(); in runInternal() 149 for (SetVector<Value *>::iterator I2 = Pointers.begin(); I2 != I1; ++I2) { in runInternal() 207 for (SetVector<Value *>::iterator I1 = Stores.begin(), E = Stores.end(); in runInternal() 209 for (SetVector<Value *>::iterator I2 = Stores.begin(); I2 != I1; ++I2) { in runInternal()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | CodeExtractor.h | 45 typedef SetVector<Value *> ValueSet; 52 SetVector<BasicBlock *> Blocks;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | ProvenanceAnalysisEvaluator.cpp | 48 static void insertIfNamed(SetVector<Value *> &Values, Value *V) { in insertIfNamed() 55 SetVector<Value *> Values; in runOnFunction()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ProvenanceAnalysisEvaluator.cpp | 48 static void insertIfNamed(SetVector<Value *> &Values, Value *V) { in insertIfNamed() 55 SetVector<Value *> Values; in runOnFunction()
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | NodeSequence.java | 83 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/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 72 static SetVector<BasicBlock *> buildExtractionBlockSet(IteratorT BBBegin, in buildExtractionBlockSet() 74 SetVector<BasicBlock *> Result; in buildExtractionBlockSet() 91 for (SetVector<BasicBlock *>::iterator I = std::next(Result.begin()), in buildExtractionBlockSet() 105 static SetVector<BasicBlock *> 111 static SetVector<BasicBlock *> 142 static bool definedInRegion(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInRegion() 152 static bool definedInCaller(const SetVector<BasicBlock *> &Blocks, Value *V) { in definedInCaller()
|
/external/clang/test/SemaCXX/ |
D | typo-correction.cpp | 509 class SetVector { class 511 SetVector() {} in SetVector() function in PR18685::SetVector 515 class SmallSetVector : public SetVector<C, I, 8> {};
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | FunctionImportUtils.cpp | 22 const GlobalValue *SGV, SetVector<GlobalValue *> *GlobalsToImport) { in doImportAsDefinition() 259 SetVector<GlobalValue *> *GlobalsToImport) { in renameModuleForThinLTO()
|
/external/clang/include/clang/Serialization/ |
D | Module.h | 439 llvm::SetVector<ModuleFile *> ImportedBy; 442 llvm::SetVector<ModuleFile *> Imports;
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 141 MapVector<BasicBlock *, SetVector<Value *>> KillSet; 144 MapVector<BasicBlock *, SetVector<Value *>> LiveSet; 148 MapVector<BasicBlock *, SetVector<Value *>> LiveIn; 152 MapVector<BasicBlock *, SetVector<Value *>> LiveOut; 166 typedef SetVector<Value *> StatepointLiveSetTy; 2385 SetVector<Value *> &LiveTmp) { in computeLiveInValues() 2416 static void computeLiveOutSeed(BasicBlock *BB, SetVector<Value *> &LiveTmp) { in computeLiveOutSeed() 2432 static SetVector<Value *> computeKillSet(BasicBlock *BB) { in computeKillSet() 2433 SetVector<Value *> KillSet; in computeKillSet() 2443 static void checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live, in checkBasicSSA() [all …]
|