Home | History | Annotate | Download | only in priv

Lines Matching refs:IRSB

55    It takes an IRSB and produces a new one with the same meaning,
278 static IRExpr* flatten_Expr ( IRSB* bb, IRExpr* ex )
393 static void flatten_Stmt ( IRSB* bb, IRStmt* st )
494 static IRSB* flatten_BB ( IRSB* in )
497 IRSB* out;
587 static void redundant_get_removal_BB ( IRSB* bb )
831 IRSB* bb,
2494 IRSB* cprop_BB ( IRSB* in )
2497 IRSB* out;
2712 /* Note, this destructively modifies the given IRSB. */
2726 /* notstatic */ void do_deadcode_BB ( IRSB* bb )
2801 IRSB* spec_helpers_BB(
2802 IRSB* bb,
3351 static Bool do_cse_BB ( IRSB* bb )
3534 static Bool collapseChain ( IRSB* bb, Int startHere,
3578 static void collapse_AddSub_chains_BB ( IRSB* bb )
3687 IRExpr* findPutI ( IRSB* bb, Int startHere,
3915 void do_redundant_GetI_elimination ( IRSB* bb )
3955 void do_redundant_PutI_elimination ( IRSB* bb )
4160 static Int calc_unroll_factor( IRSB* bb )
4197 static IRSB* maybe_loop_unroll_BB ( IRSB* bb0, Addr64 my_addr )
4205 IRSB *bb1, *bb2;
4962 /* notstatic */ Addr64 ado_treebuild_BB ( IRSB* bb )
5192 IRSB* cheap_transformations (
5193 IRSB* bb,
5239 IRSB* expensive_transformations( IRSB* bb )
5260 IRSB* bb )
5353 IRSB* do_iropt_BB(
5354 IRSB* bb0,
5365 IRSB *bb, *bb2;