Searched refs:MaxNodesPerTopLevelFunction (Results 1 – 2 of 2) sorted by relevance
306 if (!MaxNodesPerTopLevelFunction.hasValue()) { in getMaxNodesPerTopLevelFunction()319 MaxNodesPerTopLevelFunction = getOptionAsInteger("max-nodes", DefaultValue); in getMaxNodesPerTopLevelFunction()321 return MaxNodesPerTopLevelFunction.getValue(); in getMaxNodesPerTopLevelFunction()
260 Optional<unsigned> MaxNodesPerTopLevelFunction; variable