Home
last modified time | relevance | path

Searched refs:LiveTmp (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDRewriteStatepointsForGC.cpp2445 DenseSet<Value *> &LiveTmp) { in computeLiveInValues() argument
2451 LiveTmp.erase(I); in computeLiveInValues()
2473 LiveTmp.insert(V); in computeLiveInValues()
2479 static void computeLiveOutSeed(BasicBlock *BB, DenseSet<Value *> &LiveTmp) { in computeLiveOutSeed() argument
2489 LiveTmp.insert(V); in computeLiveOutSeed()
2588 DenseSet<Value *> LiveTmp = LiveOut; in computeLiveInValues() local
2589 set_union(LiveTmp, Data.LiveSet[BB]); in computeLiveInValues()
2590 set_subtract(LiveTmp, Data.KillSet[BB]); in computeLiveInValues()
2595 if (OldLiveIn.size() != LiveTmp.size()) { in computeLiveInValues()
2596 Data.LiveIn[BB] = LiveTmp; in computeLiveInValues()