Searched refs:RewriteStatepointsForGCLegacyPass (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp163 class RewriteStatepointsForGCLegacyPass : public ModulePass { class in namespace:__anon5712
169 RewriteStatepointsForGCLegacyPass() : ModulePass(ID), Impl() { function in class:__anon5712::RewriteStatepointsForGCLegacyPass
216 char RewriteStatepointsForGCLegacyPass::ID = 0;
219 return new RewriteStatepointsForGCLegacyPass();
222 INITIALIZE_PASS_BEGIN(RewriteStatepointsForGCLegacyPass,
227 INITIALIZE_PASS_END(RewriteStatepointsForGCLegacyPass,

Completed in 107 milliseconds