Lines Matching refs:clo
48 CommandLineOptions CLG_(clo);
603 if (!CLG_(clo).simulate_cache) return;
621 if (!CLG_(clo).simulate_cache) return;
643 if (!CLG_(clo).simulate_cache) return;
680 if (!CLG_(clo).simulate_cache) return;
722 if (!CLG_(clo).simulate_branch) return;
742 if (!CLG_(clo).simulate_branch) return;
759 if (!CLG_(clo).collect_bus) return;
1106 if (CLG_(clo).simulate_cache && dataSize > CLG_(min_line_size))
1721 if (CLG_(clo).collect_systime) {
1736 if (CLG_(clo).collect_systime &&
1922 if (CLG_(clo).simulate_cache) {
1926 if (CLG_(clo).simulate_branch) {
1939 if (CLG_(clo).simulate_cache)
1942 if (CLG_(clo).simulate_branch)
1998 CLG_DEBUG(1, " dump threads: %s\n", CLG_(clo).separate_threads ? "Yes":"No");
1999 CLG_DEBUG(1, " call sep. : %d\n", CLG_(clo).separate_callers);
2000 CLG_DEBUG(1, " rec. sep. : %d\n", CLG_(clo).separate_recursions);
2002 if (!CLG_(clo).dump_line && !CLG_(clo).dump_instr && !CLG_(clo).dump_bb) {
2004 CLG_(clo).dump_line = True;
2023 CLG_(instrument_state) = CLG_(clo).instrument_atstart;