Searched defs:RewriteStatepointsForGC (Results 1 – 2 of 2) sorted by relevance
629 .. _RewriteStatepointsForGC: target in Utility Passes for Safepoint Insertion631 RewriteStatepointsForGC section in Utility Passes for Safepoint Insertion697 RewriteStatepointsForGC and thus does not produce full relocation sequences. argument
82 struct RewriteStatepointsForGC : public ModulePass { struct83 static char ID; // Pass identification, replacement for typeid85 RewriteStatepointsForGC() : ModulePass(ID) { in RewriteStatepointsForGC() argument89 bool runOnModule(Module &M) override { in runOnModule()104 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()