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

  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 94 void setDoesNotCapture(Function &F, unsigned n) {
96 F.setDoesNotCapture(n);
854 setDoesNotCapture(F, 1);
876 setDoesNotCapture(F, 2);
889 setDoesNotCapture(F, 2);
898 setDoesNotCapture(F, 1);
899 setDoesNotCapture(F, 2);
915 setDoesNotCapture(F, 1);
916 setDoesNotCapture(F, 2);
924 setDoesNotCapture(F, 2)
    [all...]
  /external/llvm/include/llvm/IR/
Function.h 323 void setDoesNotCapture(unsigned n) {
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]

Completed in 426 milliseconds