Searched refs:CollectGuards (Results 1 – 1 of 1) sorted by relevance
2923 bool CollectGuards = false; in collectUnswitchCandidates() 2928 CollectGuards = true; in collectUnswitchCandidates() 2941 } else if (CollectGuards && isGuard(&I)) { in collectUnswitchCandidates() 2922 bool CollectGuards = false; collectUnswitchCandidates() local