Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DStatepoints.rst688 .. _RewriteStatepointsForGC: target in Utility Passes for Safepoint Insertion
690 RewriteStatepointsForGC section in Utility Passes for Safepoint Insertion
771 to be run before RewriteStatepointsForGC and thus does not produce full argument
/external/llvm/docs/
DStatepoints.rst652 .. _RewriteStatepointsForGC: target in Utility Passes for Safepoint Insertion
654 RewriteStatepointsForGC section in Utility Passes for Safepoint Insertion
720 RewriteStatepointsForGC and thus does not produce full relocation sequences. argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DRewriteStatepointsForGC.h30 struct RewriteStatepointsForGC : public PassInfoMixin<RewriteStatepointsForGC> { struct
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp79 struct RewriteStatepointsForGC : public ModulePass { struct
80 static char ID; // Pass identification, replacement for typeid
82 RewriteStatepointsForGC() : ModulePass(ID) { in RewriteStatepointsForGC() argument
86 bool runOnModule(Module &M) override { in runOnModule()
101 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()