Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCMakeLists.txt55 Statepoint.cpp
H A DIRBuilder.cpp755 CallInst *IRBuilderBase::CreateGCResult(Instruction *Statepoint, in CreateGCResult() argument
763 Value *Args[] = {Statepoint}; in CreateGCResult()
767 CallInst *IRBuilderBase::CreateGCRelocate(Instruction *Statepoint, in CreateGCRelocate() argument
777 Value *Args[] = {Statepoint, in CreateGCRelocate()
/netbsd-src/external/apache2/llvm/lib/libLLVMIR/
H A DMakefile64 Statepoint.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/IR/
H A DBUILD.gn70 "Statepoint.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1956 Value *Statepoint = Info.StatepointToken; in relocationViaAlloca() local
1962 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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/
H A Dmodule.modulemap296 module IR_Statepoint { header "IR/Statepoint.h" export * }
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DStatepoints.rst804 <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
H A DGarbageCollection.rst499 The Statepoint Example GC
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h841 CallInst *CreateGCResult(Instruction *Statepoint,
847 CallInst *CreateGCRelocate(Instruction *Statepoint,
H A DIntrinsics.td1191 // These are documented in docs/Statepoint.rst