Searched refs:WidenLoops (Results 1 – 2 of 2) sorted by relevance
343 if (!WidenLoops.hasValue()) in shouldWidenLoops()344 WidenLoops = getBooleanOption("widen-loops", /*Default=*/false); in shouldWidenLoops()345 return WidenLoops.getValue(); in shouldWidenLoops()
266 Optional<bool> WidenLoops; variable