Home
last modified time | relevance | path

Searched refs:RewriteStatepointsForGC (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DRewriteStatepointsForGC.h29 struct RewriteStatepointsForGC : public PassInfoMixin<RewriteStatepointsForGC> { struct
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DStatepoints.rst249 This example was taken from the tests for the :ref:`RewriteStatepointsForGC`
255 …opt -rewrite-statepoints-for-gc test/Transforms/RewriteStatepointsForGC/basics.ll -S | llc -debug-…
304 In particular, the RewriteStatepointsForGC utility pass does not do
543 RewriteStatepointsForGC section in Utility Passes for Safepoint Insertion
546 The pass RewriteStatepointsForGC transforms a function's IR to lower from the
584 constructing IR. As currently implemented, RewriteStatepointsForGC must be
587 RewriteStatepointsForGC will ensure that appropriate base pointers are listed
598 By default RewriteStatepointsForGC passes in ``0xABCDEF00`` as the statepoint
613 In practice, RewriteStatepointsForGC should be run much later in the pass
619 RewriteStatepointsForGC intrinsic lowering
[all …]
H A DGarbageCollection.rst508 :ref:`PlaceSafepoints` and :ref:`RewriteStatepointsForGC` utility passes
H A DLangRef.rst21634 is replaced with an actual element size. See :ref:`RewriteStatepointsForGC intrinsic
21713 actual element size. See :ref:`RewriteStatepointsForGC intrinsic lowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCMakeLists.txt64 RewriteStatepointsForGC.cpp
H A DRewriteStatepointsForGC.cpp128 PreservedAnalyses RewriteStatepointsForGC::run(Module &M, in run()
164 RewriteStatepointsForGC Impl;
2744 bool RewriteStatepointsForGC::runOnFunction(Function &F, DominatorTree &DT, in runOnFunction()
/netbsd-src/external/apache2/llvm/lib/libLLVMScalarOpts/
H A DMakefile71 RewriteStatepointsForGC.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/
H A DBUILD.gn75 "RewriteStatepointsForGC.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassRegistry.def97 MODULE_PASS("rewrite-statepoints-for-gc", RewriteStatepointsForGC())