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