Searched refs:should_skip (Results 1 – 2 of 2) sorted by relevance
144 bool should_skip = false; in WriteContextSwitchTrace() local162 should_skip = true; in WriteContextSwitchTrace()172 if (should_skip) in WriteContextSwitchTrace()
164 auto should_skip = [this](const CompilerContext &ctx) { in ContextMatches() local171 ctx = std::find_if_not(ctx, ctx_end, should_skip); in ContextMatches()