• Home
  • Raw
  • Download

Lines Matching refs:IRSB

285 static IRExpr* flatten_Expr ( IRSB* bb, IRExpr* ex )  in flatten_Expr()
400 static void flatten_Stmt ( IRSB* bb, IRStmt* st ) in flatten_Stmt()
521 static IRSB* flatten_BB ( IRSB* in ) in flatten_BB()
524 IRSB* out; in flatten_BB()
614 static void redundant_get_removal_BB ( IRSB* bb ) in redundant_get_removal_BB()
886 IRSB* bb, in redundant_put_removal_BB()
2757 IRSB* cprop_BB ( IRSB* in ) in cprop_BB()
2760 IRSB* out; in cprop_BB()
3097 /* notstatic */ void do_deadcode_BB ( IRSB* bb ) in do_deadcode_BB()
3172 IRSB* spec_helpers_BB( in spec_helpers_BB()
3173 IRSB* bb, in spec_helpers_BB()
3872 static Bool do_cse_BB ( IRSB* bb, Bool allowLoadsToBeCSEd ) in do_cse_BB()
4064 static Bool collapseChain ( IRSB* bb, Int startHere, in collapseChain()
4108 static void collapse_AddSub_chains_BB ( IRSB* bb ) in collapse_AddSub_chains_BB()
4217 IRExpr* findPutI ( IRSB* bb, Int startHere, in findPutI()
4445 void do_redundant_GetI_elimination ( IRSB* bb ) in do_redundant_GetI_elimination()
4485 void do_redundant_PutI_elimination ( IRSB* bb, VexRegisterUpdates pxControl ) in do_redundant_PutI_elimination()
4706 static Int calc_unroll_factor( IRSB* bb ) in calc_unroll_factor()
4743 static IRSB* maybe_loop_unroll_BB ( IRSB* bb0, Addr my_addr ) in maybe_loop_unroll_BB()
4751 IRSB *bb1, *bb2; in maybe_loop_unroll_BB()
5670 IRSB *bb, const IRStmt *st, in stmt_modifies_guest_state()
5724 IRSB* bb, in ado_treebuild_BB()
6239 static Bool do_XOR_TRANSFORM_IRSB ( IRSB* sb ) in do_XOR_TRANSFORM_IRSB()
6354 static IRSB* do_MSVC_HACKS ( IRSB* sb ) in do_MSVC_HACKS()
6393 IRSB* cheap_transformations ( in cheap_transformations()
6394 IRSB* bb, in cheap_transformations()
6441 IRSB* expensive_transformations( IRSB* bb, VexRegisterUpdates pxControl ) in expensive_transformations()
6462 IRSB* bb ) in considerExpensives()
6572 IRSB* do_iropt_BB( in do_iropt_BB()
6573 IRSB* bb0, in do_iropt_BB()
6585 IRSB *bb, *bb2; in do_iropt_BB()