Home
last modified time | relevance | path

Searched refs:IsAliasing (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp2587 bool IsAliasing = !AAR || !AAR->isNoAlias(&getAssociatedValue(), ArgOp); in mayAliasWithArgument() local
2591 << (IsAliasing ? "" : "no-") << "alias \n"); in mayAliasWithArgument()
2593 return IsAliasing; in mayAliasWithArgument()