Lines Matching refs:SetVector
236 MapVector<BasicBlock *, SetVector<Value *>> KillSet;
240 MapVector<BasicBlock *, SetVector<Value *>> LiveSet;
244 MapVector<BasicBlock *, SetVector<Value *>> LiveIn;
248 MapVector<BasicBlock *, SetVector<Value *>> LiveOut;
262 using StatepointLiveSetTy = SetVector<Value *>;
2619 SetVector<Value *> &LiveTmp) { in computeLiveInValues()
2650 static void computeLiveOutSeed(BasicBlock *BB, SetVector<Value *> &LiveTmp) { in computeLiveOutSeed()
2666 static SetVector<Value *> computeKillSet(BasicBlock *BB) { in computeKillSet()
2667 SetVector<Value *> KillSet; in computeKillSet()
2677 static void checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live, in checkBasicSSA()
2718 Data.LiveOut[&BB] = SetVector<Value *>(); in computeLiveInValues()
2733 SetVector<Value *> LiveOut = Data.LiveOut[BB]; in computeLiveInValues()
2749 SetVector<Value *> LiveTmp = LiveOut; in computeLiveInValues()
2754 const SetVector<Value *> &OldLiveIn = Data.LiveIn[BB]; in computeLiveInValues()
2776 SetVector<Value *> LiveOut = Data.LiveOut[BB]; in findLiveSetAtInst()