Home
last modified time | relevance | path

Searched refs:SwiftErrorArgument (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp99 Optional<unsigned> SwiftErrorArgument; member
386 if (Group.SwiftErrorArgument.hasValue()) in createFunction()
387 Group.OutlinedFunction->addParamAttr(Group.SwiftErrorArgument.getValue(), in createFunction()
678 !Group.SwiftErrorArgument.hasValue() && in findExtractedInputToOverallInputMapping()
680 Group.SwiftErrorArgument = TypeIndex; in findExtractedInputToOverallInputMapping()
905 if (Group.SwiftErrorArgument.hasValue()) in replaceCalledFunction()
906 Call->addParamAttr(Group.SwiftErrorArgument.getValue(), in replaceCalledFunction()