Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemorySSA.cpp261 const auto *UseCall = dyn_cast<CallBase>(UseInst); in instructionClobbersQuery() local
274 if (UseCall) in instructionClobbersQuery()
288 if (UseCall) { in instructionClobbersQuery()
289 ModRefInfo I = AA.getModRefInfo(DefInst, UseCall); in instructionClobbersQuery()