HomeSort by relevance Sort by last modified time
    Searched refs:doesNotAlias (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/IR/
CallSite.h 298 bool doesNotAlias(unsigned n) const {
299 CALLSITE_DELEGATE_GETTER(doesNotAlias(n));
Function.h 379 bool doesNotAlias(unsigned n) const {
Instructions.h     [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 791 if (F->doesNotAlias(0))
810 if (F->doesNotAlias(0) || !F->getReturnType()->isPointerTy())
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 456 if (!F->doesNotAlias(0)) F->setDoesNotAlias(0);
    [all...]

Completed in 170 milliseconds