OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doesNotAlias
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp
342
if (F->
doesNotAlias
(0))
362
if (F->
doesNotAlias
(0) || !F->getReturnType()->isPointerTy())
/external/llvm/include/llvm/
Function.h
275
bool
doesNotAlias
(unsigned n) const {
278
void setDoesNotAlias(unsigned n, bool
DoesNotAlias
= true) {
279
if (
DoesNotAlias
) addAttribute(n, Attribute::NoAlias);
/external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp
[
all
...]
/external/llvm/lib/VMCore/
Instructions.cpp
343
if (!F->
doesNotAlias
(0)) F->setDoesNotAlias(0);
[
all
...]
Completed in 174 milliseconds