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

  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 959 static void setOnlyReadsMemory(Function &F) {
961 F.setOnlyReadsMemory();
    [all...]
  /external/llvm/include/llvm/IR/
CallSite.h 328 void setOnlyReadsMemory() {
329 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory());
Function.h 276 void setOnlyReadsMemory() {
406 void setOnlyReadsMemory(unsigned n) {
Instructions.h     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]

Completed in 163 milliseconds