HomeSort by: relevance | last modified time | path
    Searched defs:RewriteStatepointsForGCLegacyPass (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 163 class RewriteStatepointsForGCLegacyPass : public ModulePass {
169 RewriteStatepointsForGCLegacyPass() : ModulePass(ID), Impl() {
216 char RewriteStatepointsForGCLegacyPass::ID = 0;
219 return new RewriteStatepointsForGCLegacyPass();
222 INITIALIZE_PASS_BEGIN(RewriteStatepointsForGCLegacyPass,
227 INITIALIZE_PASS_END(RewriteStatepointsForGCLegacyPass,
RewriteStatepointsForGC.cpp 163 class RewriteStatepointsForGCLegacyPass : public ModulePass {
169 RewriteStatepointsForGCLegacyPass() : ModulePass(ID), Impl() {
216 char RewriteStatepointsForGCLegacyPass::ID = 0;
219 return new RewriteStatepointsForGCLegacyPass();
222 INITIALIZE_PASS_BEGIN(RewriteStatepointsForGCLegacyPass,
227 INITIALIZE_PASS_END(RewriteStatepointsForGCLegacyPass,

Completed in 80 milliseconds