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

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

Completed in 227 milliseconds