Searched defs:onlyWritesMemory (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ | ||
H A D | ModRef.h | 198 bool onlyWritesMemory() const { return !isRefSet(getModRef()); } in onlyWritesMemory() function |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Function.cpp | 818 bool Function::onlyWritesMemory() const { onlyWritesMemory() function in Function |
H A D | Instructions.cpp | 634 bool CallBase::onlyWritesMemory() const { onlyWritesMemory() function in CallBase |