Searched refs:Statepoint (Results 1 – 10 of 10) sorted by relevance
55 Statepoint.cpp
755 CallInst *IRBuilderBase::CreateGCResult(Instruction *Statepoint, in CreateGCResult() argument763 Value *Args[] = {Statepoint}; in CreateGCResult()767 CallInst *IRBuilderBase::CreateGCRelocate(Instruction *Statepoint, in CreateGCRelocate() argument777 Value *Args[] = {Statepoint, in CreateGCRelocate()
64 Statepoint.cpp \
70 "Statepoint.cpp",
1956 Value *Statepoint = Info.StatepointToken; in relocationViaAlloca() local1962 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()1966 if (isa<InvokeInst>(Statepoint)) { in relocationViaAlloca()2003 if (auto II = dyn_cast<InvokeInst>(Statepoint)) { in relocationViaAlloca()2007 InsertClobbersAt(cast<Instruction>(Statepoint)->getNextNode()); in relocationViaAlloca()
296 module IR_Statepoint { header "IR/Statepoint.h" export * }
804 <https://bugs.llvm.org/buglist.cgi?cmdtype=runnamed&namedcmd=Statepoint%20Bugs&list_id=64342>`_805 for [Statepoint] in the summary field. When filing new bugs, please
499 The Statepoint Example GC
841 CallInst *CreateGCResult(Instruction *Statepoint,847 CallInst *CreateGCRelocate(Instruction *Statepoint,
1191 // These are documented in docs/Statepoint.rst