Searched refs:last_stmt_ptr (Results 1 – 4 of 4) sorted by relevance
237 Stmt **last_stmt_ptr = Body->body_end() - 1; in SynthesizeBodyResult() local238 Stmt *last_stmt = *last_stmt_ptr; in SynthesizeBodyResult()242 if (last_stmt_ptr != Body->body_begin()) in SynthesizeBodyResult()244 last_stmt_ptr--; in SynthesizeBodyResult()245 last_stmt = *last_stmt_ptr; in SynthesizeBodyResult()416 *last_stmt_ptr = reinterpret_cast<Stmt*>(result_initialization_stmt_result.take()); in SynthesizeBodyResult()
587 extern tree *last_stmt_ptr (basic_block);
2717 last_stmt_ptr (basic_block bb) in last_stmt_ptr() function
11813 (last_stmt_ptr): Return NULL if the block has no statements.12013 (last_stmt_ptr): Modified to use bsi_last().12772 (first_stmt, last_stmt, last_stmt_ptr): Use bsi_ not gsi_ routines.14031 (last_stmt_ptr): Iterate to find last execuatbel stmt_ptr in a block.14522 * tree-flow.h: Prototype set_bb_for_stmt, last_stmt_ptr,14527 (last_stmt_ptr): New function, gives pointer to last statement in