Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp3122 static void computeLiveOutSeed(BasicBlock *BB, SetVector<Value *> &LiveTmp) { in computeLiveOutSeed() function
3191 computeLiveOutSeed(&BB, Data.LiveOut[&BB]); in computeLiveInValues()