Searched defs:setOnlyReadsMemory (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ | ||
H A D | BuildLibCalls.cpp | 68 static bool setOnlyReadsMemory(Function &F) { in setOnlyReadsMemory() function |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Function.cpp | 813 void Function::setOnlyReadsMemory() { setOnlyReadsMemory() function in Function |
H A D | Instructions.cpp | 629 void CallBase::setOnlyReadsMemory() { setOnlyReadsMemory() function in CallBase |