Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DModRef.h198 bool onlyWritesMemory() const { return !isRefSet(getModRef()); } in onlyWritesMemory() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp818 bool Function::onlyWritesMemory() const { onlyWritesMemory() function in Function
H A DInstructions.cpp634 bool CallBase::onlyWritesMemory() const { onlyWritesMemory() function in CallBase