Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp68 static bool setOnlyReadsMemory(Function &F) { setOnlyReadsMemory() function
132 static bool setOnlyReadsMemory(Function &F, unsigned ArgNo) { setOnlyReadsMemory() function
[all...]
/llvm-project/llvm/lib/IR/
H A DFunction.cpp845 void Function::setOnlyReadsMemory() { setOnlyReadsMemory() function in Function
H A DInstructions.cpp635 void CallBase::setOnlyReadsMemory() { setOnlyReadsMemory() function in CallBase