HomeSort by: relevance | last modified time | path
    Searched refs:LiveSet (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 109 using LiveSet = std::set<RetOrArg>;
113 LiveSet LiveValues;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 83 // Print the liveset found at the insert location
84 static cl::opt<bool> PrintLiveSet("spp-print-liveset", cl::Hidden,
86 static cl::opt<bool> PrintLiveSetSize("spp-print-liveset-size", cl::Hidden,
239 MapVector<BasicBlock *, SetVector<Value *>> LiveSet;
267 StatepointLiveSetTy LiveSet;
281 /// They are not included into 'LiveSet' field.
375 StatepointLiveSetTy LiveSet;
376 findLiveSetAtInst(Call, OriginalLivenessData, LiveSet);
380 for (Value *V : LiveSet)
385 dbgs() << "Number live values: " << LiveSet.size() << "\n"
    [all...]

Completed in 56 milliseconds