Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DRewriteStatepointsForGC.h29 struct RewriteStatepointsForGC : public PassInfoMixin<RewriteStatepointsForGC> { struct
/llvm-project-15.0.7/llvm/docs/
H A DStatepoints.rst249 This example was taken from the tests for the :ref:`RewriteStatepointsForGC`
304 In particular, the RewriteStatepointsForGC utility pass does not do
434 of relocations by the :ref:`RewriteStatepointsForGC` pass it is possible for
438 :ref:`RewriteStatepointsForGC` pass and must not be used after this pass.
550 RewriteStatepointsForGC section in Utility Passes for Safepoint Insertion
553 The pass RewriteStatepointsForGC transforms a function's IR to lower from the
591 constructing IR. As currently implemented, RewriteStatepointsForGC must be
620 In practice, RewriteStatepointsForGC should be run much later in the pass
626 RewriteStatepointsForGC intrinsic lowering
630 RewriteStatepointsForGC performs GC specific lowering for the following
[all …]
H A DGarbageCollection.rst508 :ref:`PlaceSafepoints` and :ref:`RewriteStatepointsForGC` utility passes
H A DLangRef.rst12620 This intrinsic is inlined by the :ref:`RewriteStatepointsForGC` pass by
12659 This intrinsic is inlined by the :ref:`RewriteStatepointsForGC` pass by
12666 this cast done outside the :ref:`RewriteStatepointsForGC` pass could result
24659 is replaced with an actual element size. See :ref:`RewriteStatepointsForGC intrinsic
24738 actual element size. See :ref:`RewriteStatepointsForGC intrinsic lowering
/llvm-project-15.0.7/llvm/test/Transforms/RewriteStatepointsForGC/
H A Drelocate-invoke-result.ll4 ;; This test is to verify that RewriteStatepointsForGC correctly relocates values
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DCMakeLists.txt65 RewriteStatepointsForGC.cpp
H A DRewriteStatepointsForGC.cpp128 PreservedAnalyses RewriteStatepointsForGC::run(Module &M, in run()
164 RewriteStatepointsForGC Impl;
2927 bool RewriteStatepointsForGC::runOnFunction(Function &F, DominatorTree &DT, in runOnFunction()
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/
H A DBUILD.gn76 "RewriteStatepointsForGC.cpp",
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassRegistry.def103 MODULE_PASS("rewrite-statepoints-for-gc", RewriteStatepointsForGC())
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5642 llvm/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h