Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2693 DenseSet<Value *> &LiveTmp) { in computeLiveInValues() argument
2699 LiveTmp.erase(I); in computeLiveInValues()
2721 LiveTmp.insert(V); in computeLiveInValues()
2727 static void computeLiveOutSeed(BasicBlock *BB, DenseSet<Value *> &LiveTmp) { in computeLiveOutSeed() argument
2737 LiveTmp.insert(V); in computeLiveOutSeed()
2836 DenseSet<Value *> LiveTmp = LiveOut; in computeLiveInValues() local
2837 set_union(LiveTmp, Data.LiveSet[BB]); in computeLiveInValues()
2838 set_subtract(LiveTmp, Data.KillSet[BB]); in computeLiveInValues()
2843 if (OldLiveIn.size() != LiveTmp.size()) { in computeLiveInValues()
2844 Data.LiveIn[BB] = LiveTmp; in computeLiveInValues()