Lines Matching defs:Statepoint
36 #include "llvm/IR/Statepoint.h"
1437 Statepoint OldSP(CS);
1515 const unsigned LiveStartIdx = Statepoint(Token).gcArgsStartIdx();
1569 const unsigned LiveStartIdx = Statepoint(Token).gcArgsStartIdx();
1765 Value *Statepoint = Info.StatepointToken;
1771 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues);
1775 if (isa<InvokeInst>(Statepoint)) {
1814 if (auto II = dyn_cast<InvokeInst>(Statepoint)) {
1818 InsertClobbersAt(cast<Instruction>(Statepoint)->getNextNode());
2321 : iterator_range<const Use *>(Statepoint(CS).vm_state_args());
2402 Instruction *Statepoint = ToUpdate[i].getInstruction();
2403 splitVectorValues(cast<Instruction>(Statepoint), Info.LiveSet,
2457 Statepoint Statepoint(Info.StatepointToken);
2458 Live.insert(Live.end(), Statepoint.gc_args_begin(),
2459 Statepoint.gc_args_end());
2467 for (Value *V : Statepoint.gc_args()) {