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

  /external/llvm/include/llvm/IR/
Function.h 323 void setDoesNotCapture(unsigned n) {
  /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...]

Completed in 57 milliseconds