Searched refs:statepoint (Results 1 – 1 of 1) sorted by relevance
2213 Instruction *statepoint = toUpdate[i].getInstruction(); in insertParsePoints() local2214 splitVectorValues(cast<Instruction>(statepoint), info.liveset, in insertParsePoints()2253 Statepoint statepoint(info.StatepointToken); in insertParsePoints() local2254 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()