Set lattice values for arguments of specialized function F.

Synopsis

Declared in <llvm/Transforms/Utils/SCCPSolver.h>

void
setLatticeValueForSpecializationArguments(
    Function* F,
    SmallVectorImpl<ArgInfo> const& Args);

Description

If an argument is Constant then its lattice value is marked with the corresponding actual argument in Args. Otherwise, its lattice value is inherited (copied) from the corresponding formal argument in Args.

Parameters

Name

Description

F

Specialized function whose arguments are initialized.

Args

Formal/actual pairs describing the specialization.

Created with MrDocs