Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp3191 SetVector<Value *> &LiveTmp, GCStrategy *GC) { in computeLiveInValues() argument
3194 LiveTmp.remove(&I); in computeLiveInValues()
3216 LiveTmp.insert(V); in computeLiveInValues()
3222 static void computeLiveOutSeed(BasicBlock *BB, SetVector<Value *> &LiveTmp, in computeLiveOutSeed() argument
3234 LiveTmp.insert(V); in computeLiveOutSeed()
3322 SetVector<Value *> LiveTmp = LiveOut; in computeLiveInValues() local
3323 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()