Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2727 static void computeLiveOutSeed(BasicBlock *BB, DenseSet<Value *> &LiveTmp) { in computeLiveOutSeed() function
2806 computeLiveOutSeed(&BB, Data.LiveOut[&BB]); in computeLiveInValues()