Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDRewriteStatepointsForGC.cpp2213 Instruction *statepoint = toUpdate[i].getInstruction(); in insertParsePoints() local
2214 splitVectorValues(cast<Instruction>(statepoint), info.liveset, in insertParsePoints()
2253 Statepoint statepoint(info.StatepointToken); in insertParsePoints() local
2254 live.insert(live.end(), statepoint.gc_args_begin(), in insertParsePoints()
2255 statepoint.gc_args_end()); in insertParsePoints()
2263 for (Value *V : statepoint.gc_args()) { in insertParsePoints()