Home
last modified time | relevance | path

Searched defs:RewriteStatepointsForGC (Results 1 – 2 of 2) sorted by relevance

/external/llvm/docs/
DStatepoints.rst629 .. _RewriteStatepointsForGC: target in Utility Passes for Safepoint Insertion
631 RewriteStatepointsForGC section in Utility Passes for Safepoint Insertion
697 RewriteStatepointsForGC and thus does not produce full relocation sequences. argument
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp82 struct RewriteStatepointsForGC : public ModulePass { struct
83 static char ID; // Pass identification, replacement for typeid
85 RewriteStatepointsForGC() : ModulePass(ID) { in RewriteStatepointsForGC() argument
89 bool runOnModule(Module &M) override { in runOnModule()
104 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()