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 80 void setOnlyReadsMemory(Function &F) {
82 F.setOnlyReadsMemory();
101 void setOnlyReadsMemory(Function &F, unsigned n) {
103 F.setOnlyReadsMemory(n);
844 setOnlyReadsMemory(F);
854 setOnlyReadsMemory(F);
869 setOnlyReadsMemory(F, 1);
882 setOnlyReadsMemory(F, 2);
892 setOnlyReadsMemory(F, 2);
905 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/IR/
CallSite.h 246 void setOnlyReadsMemory() {
247 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory());
Function.h 251 void setOnlyReadsMemory() {
333 void setOnlyReadsMemory(unsigned n) {
Instructions.h     [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp     [all...]

Completed in 95 milliseconds