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