identifyNoAliasScopesToClone overloads

Synopses

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

Collect noalias scopes declared in the given basic blocks.

Collect noalias scopes declared in an instruction range.

Parameters

Name

Description

BBs

Basic blocks to scan for noalias scope declarations.

NoAliasDeclScopes

Filled with the scopes declared in BBs.

Start

Beginning of the instruction range to scan.

End

End of the instruction range to scan (exclusive).

Created with MrDocs