HomeSort by relevance Sort by last modified time
    Searched refs:LiveSet (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 96 typedef std::set<RetOrArg> LiveSet;
100 LiveSet LiveValues;
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 50 // Print the liveset found at the insert location
51 static cl::opt<bool> PrintLiveSet("spp-print-liveset", cl::Hidden,
53 static cl::opt<bool> PrintLiveSetSize("spp-print-liveset-size", cl::Hidden,
144 MapVector<BasicBlock *, SetVector<Value *>> LiveSet;
172 StatepointLiveSetTy LiveSet;
186 /// They are not included into 'LiveSet' field.
282 StatepointLiveSetTy LiveSet;
283 findLiveSetAtInst(Inst, OriginalLivenessData, LiveSet);
287 for (Value *V : LiveSet)
292 dbgs() << "Number live values: " << LiveSet.size() << "\n"
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DeadArgumentElimination.cpp 114 typedef std::set<RetOrArg> LiveSet;
118 LiveSet LiveValues;
    [all...]

Completed in 135 milliseconds