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 317 void setDoesNotCapture(unsigned n) {
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 93 void setDoesNotCapture(Function &F, unsigned n) {
95 F.setDoesNotCapture(n);
827 setDoesNotCapture(F, 1);
849 setDoesNotCapture(F, 2);
862 setDoesNotCapture(F, 2);
871 setDoesNotCapture(F, 1);
872 setDoesNotCapture(F, 2);
888 setDoesNotCapture(F, 1);
889 setDoesNotCapture(F, 2);
897 setDoesNotCapture(F, 2)
    [all...]

Completed in 184 milliseconds