Lines Matching refs:irb
410 GBCExpanderPass(const IntrinsicHelper& intrinsic_helper, IRBuilder& irb,
412 : llvm::FunctionPass(ID), intrinsic_helper_(intrinsic_helper), irb_(irb),
413 context_(irb.getContext()), rtb_(irb.Runtime()),
3802 CreateGBCExpanderPass(const IntrinsicHelper& intrinsic_helper, IRBuilder& irb,
3804 return new GBCExpanderPass(intrinsic_helper, irb, driver, dex_compilation_unit);