PIPS
pocc-interface.h
Go to the documentation of this file.
1 /* Warning! Do not modify this file that is automatically generated! */
2 /* Modify src/Libs/pocc-interface/pocc-interface-local.h instead, to add your own modifications. */
3 
4 /* header file built by cproto */
5 
6 #ifndef pocc_interface_header_included
7 #define pocc_interface_header_included
8 /* pocc_interface-local.h */
9 //
10 /* cproto-generated files */
11 /* pocc_prettyprinter.c */
12 extern bool condition_body_contains_loop_p(statement /*s*/);
13 extern bool condition_contains_loop_p(statement /*s*/);
14 extern bool is_SCOP_rich(sequence /*seq*/, statement /*last_added_pragma*/, statement /*curStmt*/, bool */*pragma_added_p*/);
15 extern bool is_subroutine(instruction /*inst*/);
16 extern bool pocc_prettyprinter(char */*module_name*/);
17 #endif /* pocc_interface_header_included */
bool is_SCOP_rich(sequence, statement, statement, bool *)
Checks if there is at least one loop in the sequence.
bool condition_contains_loop_p(statement)
Checks if a test contains a loop.
bool pocc_prettyprinter(char *)
use the result of control static to add pragmas for pocc compiler , that pragmas delimit control stat...
bool is_subroutine(instruction)
Returns true if the instruction is a subroutine.
bool condition_body_contains_loop_p(statement)
Warning! Do not modify this file that is automatically generated!