HomeSort by relevance Sort by last modified time
    Searched defs:WorkSet (Results 1 - 4 of 4) sorted by null

  /external/spirv-llvm/lib/SPIRV/
OCLTypeToSPIRV.h 70 std::set<Function *> WorkSet; // Functions to be adapted
  /external/llvm/lib/Analysis/
CodeMetrics.cpp 30 static void completeEphemeralValues(SmallVector<const Value *, 16> &WorkSet,
34 // Make sure that all of the items in WorkSet are in our EphValues set.
35 EphValues.insert(WorkSet.begin(), WorkSet.end());
40 while (!WorkSet.empty()) {
41 const Value *V = WorkSet.front();
42 WorkSet.erase(WorkSet.begin());
58 WorkSet.push_back(J);
67 SmallVector<const Value *, 16> WorkSet;
    [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
InlineSpiller.cpp 360 SmallPtrSet<VNInfo*, 8> WorkSet;
364 WorkSet.erase(SVI->first);
455 if (WorkSet.insert(DepSVI->first))
    [all...]

Completed in 292 milliseconds