HomeSort by relevance Sort by last modified time
    Searched refs:NoAlias (Results 26 - 40 of 40) sorted by null

12

  /external/valgrind/main/VEX/priv/
ir_opt.c     [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 53 // know which functions are nounwind, noalias, nocapture parameters, etc.
144 return CS && CS.hasFnAttr(Attribute::NoAlias);
157 /// NoAlias pointer (including malloc/calloc/realloc/strdup-like functions).
160 // it's safe to consider realloc as noalias since accessing the original
DependenceAnalysis.cpp     [all...]
  /external/llvm/lib/IR/
Function.cpp 124 /// hasNoAliasAttr - Return true if this argument has the noalias attribute on
129 hasAttribute(getArgNo()+1, Attribute::NoAlias);
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
ScheduleDAGInstrs.cpp 570 return (AAResult != AliasAnalysis::NoAlias);
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 44 STATISTIC(NumNoAlias, "Number of function returns marked noalias");
67 // AddNoAliasAttrs - Deduce noalias attributes for the SCC.
764 if (CS.paramHasAttr(0, Attribute::NoAlias))
781 /// AddNoAliasAttrs - Deduce noalias attributes for the SCC.
790 // Check each function in turn, determining which functions return noalias
799 // Already noalias.
808 // We annotate noalias return values, which are only applicable to
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 188 case Attribute::NoAlias:
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 500 HANDLE_ATTR(NoAlias);
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 576 return Attribute::NoAlias;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 53 // the return. Ignore noalias because it doesn't affect the call sequence.
56 .removeAttribute(Attribute::NoAlias).hasAttributes())
    [all...]
DAGCombiner.cpp     [all...]

Completed in 514 milliseconds

12