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);
846 setDoesNotCapture(F, 1);
868 setDoesNotCapture(F, 2);
881 setDoesNotCapture(F, 2);
890 setDoesNotCapture(F, 1);
891 setDoesNotCapture(F, 2);
907 setDoesNotCapture(F, 1);
908 setDoesNotCapture(F, 2);
916 setDoesNotCapture(F, 2)
    [all...]
  /external/llvm/include/llvm/IR/
Function.h 318 void setDoesNotCapture(unsigned n) {
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 664 LookupFn->setDoesNotCapture(1);
    [all...]

Completed in 354 milliseconds