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