ΒΆvoid setFunctionAttributes(
    llvm::StringRef CPU,
    llvm::StringRef Features,
    llvm::Module& M)

Description

Set function attributes of functions in Module M based on CPU, Features, and command line flags.

Declared at: llvm/include/llvm/CodeGen/CommandFlags.h:177

Parameters

llvm::StringRef CPU
llvm::StringRef Features
llvm::Module& M