Home | History | Annotate | Download | only in gcc

Lines Matching refs:annotated

91    After the above 3 phases, all profile is readily annotated on the GCC IR.
152 bool annotated;
246 /* Mark LOC as annotated. */
311 /* Mark LOC as annotated. */
576 /* Mark LOC as annotated. */
584 iter->second.annotated = true;
694 if (iter->second.annotated)
739 /* Mark LOC as annotated. */
1090 is_bb_annotated (const basic_block bb, const bb_set &annotated)
1092 return annotated.find (bb) != annotated.end ();
1096 set_bb_annotated (basic_block bb, bb_set *annotated)
1098 annotated->insert (bb);
1103 Return TRUE if BB is annotated. */