Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2916 static void computeLiveOutSeed(BasicBlock *BB, SetVector<Value *> &LiveTmp) { in computeLiveOutSeed() function
2985 computeLiveOutSeed(&BB, Data.LiveOut[&BB]); in computeLiveInValues()