Lines Matching defs:modPass
425 // pass manager creation:rs4gc pass is the only pass in modPass, other opt module-based pass are in modPass1
427 LLVMPassManagerRef modPass = LLVMCreatePassManager();
432 llvm::unwrap(modPass)->add(LLVMCreateRewriteStatepointsForGCLegacyPass()); // rs4gc pass added
435 LLVMRunPassManager(modPass, module_);
445 LLVMDisposePassManager(modPass);
455 // pass manager creation:rs4gc pass is the only pass in modPass, other opt module-based pass are in modPass1
457 LLVMPassManagerRef modPass = LLVMCreatePassManager();
461 llvm::unwrap(modPass)->add(LLVMCreateRewriteStatepointsForGCLegacyPass()); // rs4gc pass added
468 LLVMRunPassManager(modPass, module_);
472 LLVMDisposePassManager(modPass);