Searched refs:LiveSet (Results 1 – 8 of 8) sorted by relevance
239 MapVector<BasicBlock *, SetVector<Value *>> LiveSet; member267 StatepointLiveSetTy LiveSet; member375 StatepointLiveSetTy LiveSet; in analyzeParsePointLiveness() local376 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() local1610 LiveVec.reserve(LiveSet.size()); in makeStatepointExplicit()[all …]
50 using LiveSet = std::unordered_set<Instruction*>; member54 LiveSet live_in_;56 LiveSet live_out_;
99 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()
109 using LiveSet = std::set<RetOrArg>; variable113 LiveSet LiveValues;