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

  /external/llvm/include/llvm/IR/
CallSite.h 253 void setOnlyReadsMemory() {
254 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory());
Function.h 256 void setOnlyReadsMemory() {
338 void setOnlyReadsMemory(unsigned n) {
Instructions.h     [all...]
  /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);
852 setOnlyReadsMemory(F);
862 setOnlyReadsMemory(F);
877 setOnlyReadsMemory(F, 1);
890 setOnlyReadsMemory(F, 2);
900 setOnlyReadsMemory(F, 2);
913 setOnlyReadsMemory(F)
    [all...]

Completed in 79 milliseconds