Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp959 static void setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() function
961 F.setOnlyReadsMemory(); in setOnlyReadsMemory()
980 static void setOnlyReadsMemory(Function &F, unsigned n) { in setOnlyReadsMemory() function
982 F.setOnlyReadsMemory(n); in setOnlyReadsMemory()
1019 setOnlyReadsMemory(F); in inferPrototypeAttributes()
1028 setOnlyReadsMemory(F); in inferPrototypeAttributes()
1042 setOnlyReadsMemory(F, 1); in inferPrototypeAttributes()
1054 setOnlyReadsMemory(F, 2); in inferPrototypeAttributes()
1063 setOnlyReadsMemory(F, 2); in inferPrototypeAttributes()
1075 setOnlyReadsMemory(F); in inferPrototypeAttributes()
[all …]
/external/llvm/include/llvm/IR/
DFunction.h276 void setOnlyReadsMemory() {
406 void setOnlyReadsMemory(unsigned n) {
DCallSite.h328 void setOnlyReadsMemory() { in setOnlyReadsMemory() function
329 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory()); in setOnlyReadsMemory()
DInstructions.h1712 void setOnlyReadsMemory() {
3623 void setOnlyReadsMemory() {
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp679 slot.setOnlyReadsMemory(); in LookupIMP()
700 slot->setOnlyReadsMemory(); in LookupIMPSuper()