Lines Matching refs:SetVector
170 MapVector<BasicBlock *, SetVector<Value *>> KillSet;
174 MapVector<BasicBlock *, SetVector<Value *>> LiveSet;
178 MapVector<BasicBlock *, SetVector<Value *>> LiveIn;
182 MapVector<BasicBlock *, SetVector<Value *>> LiveOut;
198 using StatepointLiveSetTy = SetVector<Value *>;
3191 SetVector<Value *> &LiveTmp, GCStrategy *GC) { in computeLiveInValues()
3222 static void computeLiveOutSeed(BasicBlock *BB, SetVector<Value *> &LiveTmp, in computeLiveOutSeed()
3239 static SetVector<Value *> computeKillSet(BasicBlock *BB, GCStrategy *GC) { in computeKillSet()
3240 SetVector<Value *> KillSet; in computeKillSet()
3250 static void checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live, in checkBasicSSA()
3291 Data.LiveOut[&BB] = SetVector<Value *>(); in computeLiveInValues()
3306 SetVector<Value *> LiveOut = Data.LiveOut[BB]; in computeLiveInValues()
3322 SetVector<Value *> LiveTmp = LiveOut; in computeLiveInValues()
3327 const SetVector<Value *> &OldLiveIn = Data.LiveIn[BB]; in computeLiveInValues()
3349 SetVector<Value *> LiveOut = Data.LiveOut[BB]; in findLiveSetAtInst()