Searched refs:Statepoint (Results 1 – 6 of 6) sorted by relevance
777 CallInst *IRBuilderBase::CreateGCResult(Instruction *Statepoint, in CreateGCResult() argument785 Value *Args[] = {Statepoint}; in CreateGCResult()789 CallInst *IRBuilderBase::CreateGCRelocate(Instruction *Statepoint, in CreateGCRelocate() argument799 Value *Args[] = {Statepoint, in CreateGCRelocate()
1971 Value *Statepoint = Info.StatepointToken; in relocationViaAlloca() local1977 insertRelocationStores(Statepoint->users(), AllocaMap, VisitedLiveValues); in relocationViaAlloca()1981 if (isa<InvokeInst>(Statepoint)) { in relocationViaAlloca()2018 if (auto II = dyn_cast<InvokeInst>(Statepoint)) { in relocationViaAlloca()2022 InsertClobbersAt(cast<Instruction>(Statepoint)->getNextNode()); in relocationViaAlloca()
296 module IR_Statepoint { header "IR/Statepoint.h" export * }
844 CallInst *CreateGCResult(Instruction *Statepoint,850 CallInst *CreateGCRelocate(Instruction *Statepoint,
1191 // These are documented in docs/Statepoint.rst
728 SRCS_MIN+= IR/Statepoint.cpp