Searched refs:RewriteStatepointsForGC (Results 1 – 9 of 9) sorted by relevance
29 struct RewriteStatepointsForGC : public PassInfoMixin<RewriteStatepointsForGC> { struct
249 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 do543 RewriteStatepointsForGC section in Utility Passes for Safepoint Insertion546 The pass RewriteStatepointsForGC transforms a function's IR to lower from the584 constructing IR. As currently implemented, RewriteStatepointsForGC must be 587 RewriteStatepointsForGC will ensure that appropriate base pointers are listed598 By default RewriteStatepointsForGC passes in ``0xABCDEF00`` as the statepoint613 In practice, RewriteStatepointsForGC should be run much later in the pass 619 RewriteStatepointsForGC intrinsic lowering[all …]
508 :ref:`PlaceSafepoints` and :ref:`RewriteStatepointsForGC` utility passes
21634 is replaced with an actual element size. See :ref:`RewriteStatepointsForGC intrinsic21713 actual element size. See :ref:`RewriteStatepointsForGC intrinsic lowering
64 RewriteStatepointsForGC.cpp
128 PreservedAnalyses RewriteStatepointsForGC::run(Module &M, in run()164 RewriteStatepointsForGC Impl;2744 bool RewriteStatepointsForGC::runOnFunction(Function &F, DominatorTree &DT, in runOnFunction()
71 RewriteStatepointsForGC.cpp \
75 "RewriteStatepointsForGC.cpp",
97 MODULE_PASS("rewrite-statepoints-for-gc", RewriteStatepointsForGC())