Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp239 MapVector<BasicBlock *, SetVector<Value *>> LiveSet; member
267 StatepointLiveSetTy LiveSet; member
375 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness() local
376 findLiveSetAtInst(Call, OriginalLivenessData, LiveSet); in analyzeParsePointLiveness()
380 for (Value *V : LiveSet) in analyzeParsePointLiveness()
385 dbgs() << "Number live values: " << LiveSet.size() << "\n"; in analyzeParsePointLiveness()
387 Result.LiveSet = LiveSet; in analyzeParsePointLiveness()
1180 findBasePointers(result.LiveSet, PointerToBase, &DT, DVCache); in findBasePointers()
1605 const auto &LiveSet = Result.LiveSet; in makeStatepointExplicit() local
1610 LiveVec.reserve(LiveSet.size()); in makeStatepointExplicit()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dregister_pressure.h50 using LiveSet = std::unordered_set<Instruction*>; member
54 LiveSet live_in_;
56 LiveSet live_out_;
Dregister_pressure.cpp99 RegisterLiveness::RegionRegisterLiveness::LiveSet* live) { in ComputePhiUses()
398 RegionRegisterLiveness::LiveSet live_out = live_inout_info->live_out_; in SimulateFusion()
417 RegionRegisterLiveness::LiveSet l1_latch_live_out = in SimulateFusion()
429 RegionRegisterLiveness::LiveSet live_out = live_inout_info->live_out_; in SimulateFusion()
/third_party/spirv-tools/source/opt/
Dregister_pressure.h50 using LiveSet = std::unordered_set<Instruction*>; member
54 LiveSet live_in_;
56 LiveSet live_out_;
Dregister_pressure.cpp99 RegisterLiveness::RegionRegisterLiveness::LiveSet* live) { in ComputePhiUses()
398 RegionRegisterLiveness::LiveSet live_out = live_inout_info->live_out_; in SimulateFusion()
417 RegionRegisterLiveness::LiveSet l1_latch_live_out = in SimulateFusion()
429 RegionRegisterLiveness::LiveSet live_out = live_inout_info->live_out_; in SimulateFusion()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dregister_pressure.h50 using LiveSet = std::unordered_set<Instruction*>; member
54 LiveSet live_in_;
56 LiveSet live_out_;
Dregister_pressure.cpp99 RegisterLiveness::RegionRegisterLiveness::LiveSet* live) { in ComputePhiUses()
398 RegionRegisterLiveness::LiveSet live_out = live_inout_info->live_out_; in SimulateFusion()
417 RegionRegisterLiveness::LiveSet l1_latch_live_out = in SimulateFusion()
429 RegionRegisterLiveness::LiveSet live_out = live_inout_info->live_out_; in SimulateFusion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DDeadArgumentElimination.h109 using LiveSet = std::set<RetOrArg>; variable
113 LiveSet LiveValues;