Searched refs:LiveTmp (Results 1 – 2 of 2) sorted by relevance
2385 SetVector<Value *> &LiveTmp) { in computeLiveInValues() argument2388 LiveTmp.remove(&I); in computeLiveInValues()2410 LiveTmp.insert(V); in computeLiveInValues()2416 static void computeLiveOutSeed(BasicBlock *BB, SetVector<Value *> &LiveTmp) { in computeLiveOutSeed() argument2427 LiveTmp.insert(V); in computeLiveOutSeed()2515 SetVector<Value *> LiveTmp = LiveOut; in computeLiveInValues() local2516 LiveTmp.set_union(Data.LiveSet[BB]); in computeLiveInValues()2517 LiveTmp.set_subtract(Data.KillSet[BB]); in computeLiveInValues()2522 if (OldLiveIn.size() != LiveTmp.size()) { in computeLiveInValues()2523 Data.LiveIn[BB] = LiveTmp; in computeLiveInValues()
2617 SetVector<Value *> &LiveTmp) { in computeLiveInValues() argument2620 LiveTmp.remove(&I); in computeLiveInValues()2642 LiveTmp.insert(V); in computeLiveInValues()2648 static void computeLiveOutSeed(BasicBlock *BB, SetVector<Value *> &LiveTmp) { in computeLiveOutSeed() argument2659 LiveTmp.insert(V); in computeLiveOutSeed()2747 SetVector<Value *> LiveTmp = LiveOut; in computeLiveInValues() local2748 LiveTmp.set_union(Data.LiveSet[BB]); in computeLiveInValues()2749 LiveTmp.set_subtract(Data.KillSet[BB]); in computeLiveInValues()2754 if (OldLiveIn.size() != LiveTmp.size()) { in computeLiveInValues()2755 Data.LiveIn[BB] = LiveTmp; in computeLiveInValues()