Home
last modified time | relevance | path

Searched refs:LiveSet (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp144 MapVector<BasicBlock *, SetVector<Value *>> LiveSet; member
172 StatepointLiveSetTy LiveSet; member
282 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness() local
283 findLiveSetAtInst(Inst, OriginalLivenessData, LiveSet); in analyzeParsePointLiveness()
287 for (Value *V : LiveSet) in analyzeParsePointLiveness()
292 dbgs() << "Number live values: " << LiveSet.size() << "\n"; in analyzeParsePointLiveness()
294 Result.LiveSet = LiveSet; in analyzeParsePointLiveness()
1043 findBasePointers(result.LiveSet, PointerToBase, &DT, DVCache); in findBasePointers()
1465 const auto &LiveSet = Result.LiveSet; in makeStatepointExplicit() local
1470 LiveVec.reserve(LiveSet.size()); in makeStatepointExplicit()
[all …]
/external/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h96 typedef std::set<RetOrArg> LiveSet; typedef
100 LiveSet LiveValues;
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DDeadArgumentElimination.cpp114 typedef std::set<RetOrArg> LiveSet; typedef in __anoncee85ffd0111::DAE
118 LiveSet LiveValues;