Searched refs:LiveTmp (Results 1 – 1 of 1) sorted by relevance
3191 SetVector<Value *> &LiveTmp, GCStrategy *GC) { in computeLiveInValues() argument3194 LiveTmp.remove(&I); in computeLiveInValues()3216 LiveTmp.insert(V); in computeLiveInValues()3222 static void computeLiveOutSeed(BasicBlock *BB, SetVector<Value *> &LiveTmp, in computeLiveOutSeed() argument3234 LiveTmp.insert(V); in computeLiveOutSeed()3322 SetVector<Value *> LiveTmp = LiveOut; in computeLiveInValues() local3323 LiveTmp.set_union(Data.LiveSet[BB]); in computeLiveInValues()3324 LiveTmp.set_subtract(Data.KillSet[BB]); in computeLiveInValues()3329 if (OldLiveIn.size() != LiveTmp.size()) { in computeLiveInValues()3330 Data.LiveIn[BB] = LiveTmp; in computeLiveInValues()