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()
2758 IRSB* cprop_BB ( IRSB* in ) in cprop_BB()
2761 IRSB* out; in cprop_BB()
3098 /* notstatic */ void do_deadcode_BB ( IRSB* bb ) in do_deadcode_BB()
3173 IRSB* spec_helpers_BB( in spec_helpers_BB()
3174 IRSB* bb, in spec_helpers_BB()
3873 static Bool do_cse_BB ( IRSB* bb, Bool allowLoadsToBeCSEd ) in do_cse_BB()
4065 static Bool collapseChain ( IRSB* bb, Int startHere, in collapseChain()
4109 static void collapse_AddSub_chains_BB ( IRSB* bb ) in collapse_AddSub_chains_BB()
4218 IRExpr* findPutI ( IRSB* bb, Int startHere, in findPutI()
4446 void do_redundant_GetI_elimination ( IRSB* bb ) in do_redundant_GetI_elimination()
4486 void do_redundant_PutI_elimination ( IRSB* bb, VexRegisterUpdates pxControl ) in do_redundant_PutI_elimination()
4707 static Int calc_unroll_factor( IRSB* bb ) in calc_unroll_factor()
4744 static IRSB* maybe_loop_unroll_BB ( IRSB* bb0, Addr my_addr ) in maybe_loop_unroll_BB()
4752 IRSB *bb1, *bb2; in maybe_loop_unroll_BB()
5671 IRSB *bb, const IRStmt *st, in stmt_modifies_guest_state()
5725 IRSB* bb, in ado_treebuild_BB()
6240 static Bool do_XOR_TRANSFORM_IRSB ( IRSB* sb ) in do_XOR_TRANSFORM_IRSB()
6355 static IRSB* do_MSVC_HACKS ( IRSB* sb ) in do_MSVC_HACKS()
6394 IRSB* cheap_transformations ( in cheap_transformations()
6395 IRSB* bb, in cheap_transformations()
6442 IRSB* expensive_transformations( IRSB* bb, VexRegisterUpdates pxControl ) in expensive_transformations()
6463 IRSB* bb ) in considerExpensives()
6573 IRSB* do_iropt_BB( in do_iropt_BB()
6574 IRSB* bb0, in do_iropt_BB()
6586 IRSB *bb, *bb2; in do_iropt_BB()