Searched refs:RewriteStatepointsForGC (Results 1 – 10 of 10) sorted by relevance
29 struct RewriteStatepointsForGC : public PassInfoMixin<RewriteStatepointsForGC> { struct
249 This example was taken from the tests for the :ref:`RewriteStatepointsForGC`304 In particular, the RewriteStatepointsForGC utility pass does not do434 of relocations by the :ref:`RewriteStatepointsForGC` pass it is possible for438 :ref:`RewriteStatepointsForGC` pass and must not be used after this pass.550 RewriteStatepointsForGC section in Utility Passes for Safepoint Insertion553 The pass RewriteStatepointsForGC transforms a function's IR to lower from the591 constructing IR. As currently implemented, RewriteStatepointsForGC must be620 In practice, RewriteStatepointsForGC should be run much later in the pass626 RewriteStatepointsForGC intrinsic lowering630 RewriteStatepointsForGC performs GC specific lowering for the following[all …]
508 :ref:`PlaceSafepoints` and :ref:`RewriteStatepointsForGC` utility passes
12620 This intrinsic is inlined by the :ref:`RewriteStatepointsForGC` pass by12659 This intrinsic is inlined by the :ref:`RewriteStatepointsForGC` pass by12666 this cast done outside the :ref:`RewriteStatepointsForGC` pass could result24659 is replaced with an actual element size. See :ref:`RewriteStatepointsForGC intrinsic24738 actual element size. See :ref:`RewriteStatepointsForGC intrinsic lowering
4 ;; This test is to verify that RewriteStatepointsForGC correctly relocates values
65 RewriteStatepointsForGC.cpp
128 PreservedAnalyses RewriteStatepointsForGC::run(Module &M, in run()164 RewriteStatepointsForGC Impl;2927 bool RewriteStatepointsForGC::runOnFunction(Function &F, DominatorTree &DT, in runOnFunction()
76 "RewriteStatepointsForGC.cpp",
103 MODULE_PASS("rewrite-statepoints-for-gc", RewriteStatepointsForGC())
5642 llvm/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h