Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp422 return !hasReadingOperandBundles() && !hasClobberingOperandBundles(); in paramHasAttr()
424 return !hasClobberingOperandBundles(); in paramHasAttr()
597 bool CallBase::hasClobberingOperandBundles() const { in hasClobberingOperandBundles() function in CallBase
612 if (hasClobberingOperandBundles()) in getMemoryEffects()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp835 if (Call->hasClobberingOperandBundles()) in getMemoryEffects()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h2194 bool hasClobberingOperandBundles() const;