Searched refs:WorkSet (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Analysis/ |
D | CodeMetrics.cpp | 30 static void completeEphemeralValues(SmallVector<const Value *, 16> &WorkSet, in completeEphemeralValues() argument 35 EphValues.insert(WorkSet.begin(), WorkSet.end()); in completeEphemeralValues() 40 while (!WorkSet.empty()) { in completeEphemeralValues() 41 const Value *V = WorkSet.front(); in completeEphemeralValues() 42 WorkSet.erase(WorkSet.begin()); in completeEphemeralValues() 58 WorkSet.push_back(J); in completeEphemeralValues() 67 SmallVector<const Value *, 16> WorkSet; in collectEphemeralValues() local 80 WorkSet.push_back(I); in collectEphemeralValues() 83 completeEphemeralValues(WorkSet, EphValues); in collectEphemeralValues() 89 SmallVector<const Value *, 16> WorkSet; in collectEphemeralValues() local [all …]
|
D | ValueTracking.cpp | 402 SmallVector<const Value *, 16> WorkSet(1, I); in isEphemeralValueOf() local 412 while (!WorkSet.empty()) { in isEphemeralValueOf() 413 const Value *V = WorkSet.pop_back_val(); in isEphemeralValueOf() 428 WorkSet.push_back(*J); in isEphemeralValueOf()
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLTypeToSPIRV.cpp | 87 while (!WorkSet.empty()) { in runOnModule() 88 Function *F = *WorkSet.begin(); in runOnModule() 89 WorkSet.erase(WorkSet.begin()); in runOnModule() 110 WorkSet.insert(F); in addWork()
|
D | OCLTypeToSPIRV.h | 70 std::set<Function *> WorkSet; // Functions to be adapted variable
|
/external/llvm/lib/CodeGen/ |
D | InlineSpiller.cpp | 1148 SmallPtrSet<MachineDomTreeNode *, 8> WorkSet; in getVisitOrders() local 1177 } else if (WorkSet.count(Node)) { in getVisitOrders() 1193 WorkSet.insert(NodesOnPath.begin(), NodesOnPath.end()); in getVisitOrders() 1208 if (WorkSet.count(Child)) in getVisitOrders() 1212 assert(Orders.size() == WorkSet.size() && in getVisitOrders()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | InlineSpiller.cpp | 360 SmallPtrSet<VNInfo*, 8> WorkSet; in propagateSiblingValue() local 364 WorkSet.erase(SVI->first); in propagateSiblingValue() 455 if (WorkSet.insert(DepSVI->first)) in propagateSiblingValue()
|