mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-06 17:47:37 +00:00
don't repeat function names in comments; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257675 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9a0e5532ac
commit
01f1e93e82
@ -951,16 +951,14 @@ ModRefInfo AAResultBase<DerivedT>::getModRefInfo(ImmutableCallSite CS1,
|
||||
return Mask;
|
||||
}
|
||||
|
||||
/// isNoAliasCall - Return true if this pointer is returned by a noalias
|
||||
/// function.
|
||||
/// Return true if this pointer is returned by a noalias function.
|
||||
bool isNoAliasCall(const Value *V);
|
||||
|
||||
/// isNoAliasArgument - Return true if this is an argument with the noalias
|
||||
/// attribute.
|
||||
/// Return true if this is an argument with the noalias attribute.
|
||||
bool isNoAliasArgument(const Value *V);
|
||||
|
||||
/// isIdentifiedObject - Return true if this pointer refers to a distinct and
|
||||
/// identifiable object. This returns true for:
|
||||
/// Return true if this pointer refers to a distinct and identifiable object.
|
||||
/// This returns true for:
|
||||
/// Global Variables and Functions (but not Global Aliases)
|
||||
/// Allocas
|
||||
/// ByVal and NoAlias Arguments
|
||||
@ -968,8 +966,8 @@ bool isNoAliasArgument(const Value *V);
|
||||
///
|
||||
bool isIdentifiedObject(const Value *V);
|
||||
|
||||
/// isIdentifiedFunctionLocal - Return true if V is umabigously identified
|
||||
/// at the function-level. Different IdentifiedFunctionLocals can't alias.
|
||||
/// Return true if V is umabigously identified at the function-level.
|
||||
/// Different IdentifiedFunctionLocals can't alias.
|
||||
/// Further, an IdentifiedFunctionLocal can not alias with any function
|
||||
/// arguments other than itself, which is not necessarily true for
|
||||
/// IdentifiedObjects.
|
||||
|
Loading…
x
Reference in New Issue
Block a user