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

  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 79 void setOnlyReadsMemory(Function &F) {
81 F.setOnlyReadsMemory();
100 void setOnlyReadsMemory(Function &F, unsigned n) {
102 F.setOnlyReadsMemory(n);
825 setOnlyReadsMemory(F);
835 setOnlyReadsMemory(F);
850 setOnlyReadsMemory(F, 1);
863 setOnlyReadsMemory(F, 2);
873 setOnlyReadsMemory(F, 2);
886 setOnlyReadsMemory(F)
    [all...]
  /art/compiler/llvm/
runtime_support_builder_arm.cc 80 result->setOnlyReadsMemory();
109 old_thread_register->setOnlyReadsMemory();
runtime_support_builder_x86.cc 61 result->setOnlyReadsMemory();
intrinsic_helper.cc 141 fn->setOnlyReadsMemory();
runtime_support_builder.cc 60 call_inst->setOnlyReadsMemory();
  /external/llvm/include/llvm/Support/
CallSite.h 227 void setOnlyReadsMemory() {
228 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory());
  /external/llvm/include/llvm/IR/
Function.h 251 void setOnlyReadsMemory() {
332 void setOnlyReadsMemory(unsigned n) {
Instructions.h     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]

Completed in 83 milliseconds