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