Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h195 bool onlyReadsMemory() const { return !isModSet(getModRef()); } in onlyReadsMemory() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp299 bool Argument::onlyReadsMemory() const { onlyReadsMemory() function in Argument
810 bool Function::onlyReadsMemory() const { onlyReadsMemory() function in Function
H A DInstructions.cpp626 bool CallBase::onlyReadsMemory() const { onlyReadsMemory() function in CallBase