Home | History | Annotate | Download | only in priv

Lines Matching refs:IRSB

51    It takes an IRSB and produces a new one with the same meaning,
266 static IRExpr* flatten_Expr ( IRSB* bb, IRExpr* ex )
377 static void flatten_Stmt ( IRSB* bb, IRStmt* st )
477 static IRSB* flatten_BB ( IRSB* in )
480 IRSB* out;
569 static void redundant_get_removal_BB ( IRSB* bb )
804 IRSB* bb,
2056 IRSB* cprop_BB ( IRSB* in )
2059 IRSB* out;
2272 /* Note, this destructively modifies the given IRSB. */
2286 /* notstatic */ void do_deadcode_BB ( IRSB* bb )
2359 IRSB* spec_helpers_BB(
2360 IRSB* bb,
2775 static Bool do_cse_BB ( IRSB* bb )
2957 static Bool collapseChain ( IRSB* bb, Int startHere,
3001 static void collapse_AddSub_chains_BB ( IRSB* bb )
3110 IRExpr* findPutI ( IRSB* bb, Int startHere,
3329 void do_redundant_GetI_elimination ( IRSB* bb )
3369 void do_redundant_PutI_elimination ( IRSB* bb )
3570 static Int calc_unroll_factor( IRSB* bb )
3607 static IRSB* maybe_loop_unroll_BB ( IRSB* bb0, Addr64 my_addr )
3615 IRSB *bb1, *bb2;
4343 /* notstatic */ void ado_treebuild_BB ( IRSB* bb )
4552 IRSB* cheap_transformations (
4553 IRSB* bb,
4597 IRSB* expensive_transformations( IRSB* bb )
4616 IRSB* bb )
4705 IRSB* do_iropt_BB(
4706 IRSB* bb0,
4717 IRSB *bb, *bb2;