Home
last modified time | relevance | path

Searched refs:Statepoint (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp777 CallInst *IRBuilderBase::CreateGCResult(Instruction *Statepoint, in CreateGCResult() argument
785 Value *Args[] = {Statepoint}; in CreateGCResult()
789 CallInst *IRBuilderBase::CreateGCRelocate(Instruction *Statepoint, in CreateGCRelocate() argument
799 Value *Args[] = {Statepoint, in CreateGCRelocate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1971 Value *Statepoint = Info.StatepointToken; in relocationViaAlloca() local
1977 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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/
H A Dmodule.modulemap296 module IR_Statepoint { header "IR/Statepoint.h" export * }
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h844 CallInst *CreateGCResult(Instruction *Statepoint,
850 CallInst *CreateGCRelocate(Instruction *Statepoint,
H A DIntrinsics.td1191 // These are documented in docs/Statepoint.rst
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile728 SRCS_MIN+= IR/Statepoint.cpp