Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2385 SetVector<Value *> &LiveTmp) { in computeLiveInValues() argument
2388 LiveTmp.remove(&I); in computeLiveInValues()
2410 LiveTmp.insert(V); in computeLiveInValues()
2416 static void computeLiveOutSeed(BasicBlock *BB, SetVector<Value *> &LiveTmp) { in computeLiveOutSeed() argument
2427 LiveTmp.insert(V); in computeLiveOutSeed()
2515 SetVector<Value *> LiveTmp = LiveOut; in computeLiveInValues() local
2516 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2617 SetVector<Value *> &LiveTmp) { in computeLiveInValues() argument
2620 LiveTmp.remove(&I); in computeLiveInValues()
2642 LiveTmp.insert(V); in computeLiveInValues()
2648 static void computeLiveOutSeed(BasicBlock *BB, SetVector<Value *> &LiveTmp) { in computeLiveOutSeed() argument
2659 LiveTmp.insert(V); in computeLiveOutSeed()
2747 SetVector<Value *> LiveTmp = LiveOut; in computeLiveInValues() local
2748 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()