Home
last modified time | relevance | path

Searched refs:setOnlyReadsMemory (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp80 void setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() function
82 F.setOnlyReadsMemory(); in setOnlyReadsMemory()
101 void setOnlyReadsMemory(Function &F, unsigned n) { in setOnlyReadsMemory() function
103 F.setOnlyReadsMemory(n); in setOnlyReadsMemory()
844 setOnlyReadsMemory(F); in inferPrototypeAttributes()
854 setOnlyReadsMemory(F); in inferPrototypeAttributes()
869 setOnlyReadsMemory(F, 1); in inferPrototypeAttributes()
882 setOnlyReadsMemory(F, 2); in inferPrototypeAttributes()
892 setOnlyReadsMemory(F, 2); in inferPrototypeAttributes()
905 setOnlyReadsMemory(F); in inferPrototypeAttributes()
[all …]
/external/llvm/include/llvm/IR/
DCallSite.h246 void setOnlyReadsMemory() { in setOnlyReadsMemory() function
247 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory()); in setOnlyReadsMemory()
DFunction.h251 void setOnlyReadsMemory() {
333 void setOnlyReadsMemory(unsigned n) {
DInstructions.h1412 void setOnlyReadsMemory() {
3081 void setOnlyReadsMemory() {
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp671 slot.setOnlyReadsMemory(); in LookupIMP()
691 slot->setOnlyReadsMemory(); in LookupIMPSuper()