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

  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 51 // Print the liveset found at the insert location
52 static cl::opt<bool> PrintLiveSet("spp-print-liveset", cl::Hidden,
54 static cl::opt<bool> PrintLiveSetSize("spp-print-liveset-size", cl::Hidden,
146 DenseMap<BasicBlock *, DenseSet<Value *>> LiveSet;
174 StatepointLiveSetTy LiveSet;
188 /// They are not included into 'LiveSet' field.
298 StatepointLiveSetTy LiveSet;
299 findLiveSetAtInst(inst, OriginalLivenessData, LiveSet);
306 Temp.insert(Temp.end(), LiveSet.begin(), LiveSet.end())
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 115 typedef std::set<RetOrArg> LiveSet;
119 LiveSet LiveValues;
    [all...]

Completed in 172 milliseconds