InliningTranslation
private struct InliningTranslation : InstructionTransformer
How to translate the contents of a function being inlined.
-
A map from basic block to its rewritten form in the inlined function.
-
A map from operand to its rewritten form in the inlined function.
-
Returns
t.Declaration
Swift
func transform(_ t: AnyType, in ir: inout Program) -> AnyType -
Returns a transformed copy of
ofor use inir. -
Returns a transformed copy of
bfor use inir.
View on GitHub