Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp3239 static SetVector<Value *> computeKillSet(BasicBlock *BB, GCStrategy *GC) { in computeKillSet() function
3282 Data.KillSet[&BB] = computeKillSet(&BB, GC); in computeLiveInValues()