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()
852 setOnlyReadsMemory(F); in inferPrototypeAttributes()
862 setOnlyReadsMemory(F); in inferPrototypeAttributes()
877 setOnlyReadsMemory(F, 1); in inferPrototypeAttributes()
890 setOnlyReadsMemory(F, 2); in inferPrototypeAttributes()
900 setOnlyReadsMemory(F, 2); in inferPrototypeAttributes()
913 setOnlyReadsMemory(F); in inferPrototypeAttributes()
[all …]
/external/llvm/include/llvm/IR/
DCallSite.h253 void setOnlyReadsMemory() { in setOnlyReadsMemory() function
254 CALLSITE_DELEGATE_SETTER(setOnlyReadsMemory()); in setOnlyReadsMemory()
DFunction.h256 void setOnlyReadsMemory() {
338 void setOnlyReadsMemory(unsigned n) {
DInstructions.h1477 void setOnlyReadsMemory() {
3167 void setOnlyReadsMemory() {
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp674 slot.setOnlyReadsMemory(); in LookupIMP()
694 slot->setOnlyReadsMemory(); in LookupIMPSuper()