Create the module global used for profile sampling.

Synopsis

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

void
createProfileSamplingVar(Module& M);

Parameters

Name

Description

M

Module that will own the sampling variable.

Created with MrDocs