Home
last modified time | relevance | path

Searched defs:setOnlyReadsMemory (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp66 static bool setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() function
122 static bool setOnlyReadsMemory(Function &F, unsigned ArgNo) { in setOnlyReadsMemory() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DFunction.h560 void setOnlyReadsMemory() { in setOnlyReadsMemory() function