Searched refs:Statepoint (Results 1 – 13 of 13) sorted by relevance
299 class Statepoint304 explicit Statepoint(Instruction *I) : Base(I) {} in Statepoint() function305 explicit Statepoint(CallSite CS) : Base(CS) {} in Statepoint() function
497 CallInst *CreateGCResult(Instruction *Statepoint,503 CallInst *CreateGCRelocate(Instruction *Statepoint,
568 // These are documented in docs/Statepoint.rst
1437 Statepoint OldSP(CS); in makeStatepointExplicitImpl()1515 const unsigned LiveStartIdx = Statepoint(Token).gcArgsStartIdx(); in makeStatepointExplicitImpl()1569 const unsigned LiveStartIdx = Statepoint(Token).gcArgsStartIdx(); in makeStatepointExplicitImpl()1765 Value *Statepoint = Info.StatepointToken; in relocationViaAlloca() local1771 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()1775 if (isa<InvokeInst>(Statepoint)) { in relocationViaAlloca()1814 if (auto II = dyn_cast<InvokeInst>(Statepoint)) { in relocationViaAlloca()1818 InsertClobbersAt(cast<Instruction>(Statepoint)->getNextNode()); in relocationViaAlloca()2321 : iterator_range<const Use *>(Statepoint(CS).vm_state_args()); in insertParsePoints()2402 Instruction *Statepoint = ToUpdate[i].getInstruction(); in insertParsePoints() local[all …]
377 CallInst *IRBuilderBase::CreateGCResult(Instruction *Statepoint, in CreateGCResult() argument385 Value *Args[] = {Statepoint}; in CreateGCResult()389 CallInst *IRBuilderBase::CreateGCRelocate(Instruction *Statepoint, in CreateGCRelocate() argument399 Value *Args[] = {Statepoint, in CreateGCRelocate()
41 Statepoint.cpp
44 Statepoint.cpp \
103 ; Statepoint ID only177 ; Statepoint ID only244 ; The Statepoint ID:
68 ; Statepoint ID only
726 void LowerStatepoint(ImmutableStatepoint Statepoint,
776 <http://llvm.org/bugs/buglist.cgi?cmdtype=runnamed&namedcmd=Statepoint%20Bugs&list_id=64342>`_777 for [Statepoint] in the summary field. When filing new bugs, please
499 The Statepoint Example GC
8883 Experimental Statepoint Intrinsics