Home
last modified time | relevance | path

Searched refs:hasWritebacks (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h324 bool hasWritebacks() const { return !Writebacks.empty(); } in hasWritebacks() function
H A DCGCall.cpp5856 if (CallArgs.hasWritebacks()) in EmitCall()