Searched defs:RewriteStatepointsForGC (Results 1 – 4 of 4) sorted by relevance
688 .. _RewriteStatepointsForGC: target in Utility Passes for Safepoint Insertion690 RewriteStatepointsForGC section in Utility Passes for Safepoint Insertion771 to be run before RewriteStatepointsForGC and thus does not produce full argument
652 .. _RewriteStatepointsForGC: target in Utility Passes for Safepoint Insertion654 RewriteStatepointsForGC section in Utility Passes for Safepoint Insertion720 RewriteStatepointsForGC and thus does not produce full relocation sequences. argument
30 struct RewriteStatepointsForGC : public PassInfoMixin<RewriteStatepointsForGC> { struct
79 struct RewriteStatepointsForGC : public ModulePass { struct80 static char ID; // Pass identification, replacement for typeid82 RewriteStatepointsForGC() : ModulePass(ID) { in RewriteStatepointsForGC() argument86 bool runOnModule(Module &M) override { in runOnModule()101 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()