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 *>;
3190 SetVector<Value *> &LiveTmp, GCStrategy *GC) { in computeLiveInValues()
3221 static void computeLiveOutSeed(BasicBlock *BB, SetVector<Value *> &LiveTmp, in computeLiveOutSeed()
3238 static SetVector<Value *> computeKillSet(BasicBlock *BB, GCStrategy *GC) { in computeKillSet()
3239 SetVector<Value *> KillSet; in computeKillSet()
3249 static void checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live, in checkBasicSSA()
3290 Data.LiveOut[&BB] = SetVector<Value *>(); in computeLiveInValues()
3305 SetVector<Value *> LiveOut = Data.LiveOut[BB]; in computeLiveInValues()
3321 SetVector<Value *> LiveTmp = LiveOut; in computeLiveInValues()
3326 const SetVector<Value *> &OldLiveIn = Data.LiveIn[BB]; in computeLiveInValues()
3348 SetVector<Value *> LiveOut = Data.LiveOut[BB]; in findLiveSetAtInst()