Lines Matching refs:SetVector
235 MapVector<BasicBlock *, SetVector<Value *>> KillSet;
239 MapVector<BasicBlock *, SetVector<Value *>> LiveSet;
243 MapVector<BasicBlock *, SetVector<Value *>> LiveIn;
247 MapVector<BasicBlock *, SetVector<Value *>> LiveOut;
261 using StatepointLiveSetTy = SetVector<Value *>;
2962 SetVector<Value *> &LiveTmp) { in computeLiveInValues()
2993 static void computeLiveOutSeed(BasicBlock *BB, SetVector<Value *> &LiveTmp) { in computeLiveOutSeed()
3009 static SetVector<Value *> computeKillSet(BasicBlock *BB) { in computeKillSet()
3010 SetVector<Value *> KillSet; in computeKillSet()
3020 static void checkBasicSSA(DominatorTree &DT, SetVector<Value *> &Live, in checkBasicSSA()
3061 Data.LiveOut[&BB] = SetVector<Value *>(); in computeLiveInValues()
3076 SetVector<Value *> LiveOut = Data.LiveOut[BB]; in computeLiveInValues()
3092 SetVector<Value *> LiveTmp = LiveOut; in computeLiveInValues()
3097 const SetVector<Value *> &OldLiveIn = Data.LiveIn[BB]; in computeLiveInValues()
3119 SetVector<Value *> LiveOut = Data.LiveOut[BB]; in findLiveSetAtInst()