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