Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCaptureTracking.cpp277 if (A == V && !Call->doesNotCapture(Idx)) in PointerMayBeCaptured()
H A DAliasAnalysis.cpp584 (!Call->doesNotCapture(ArgNo) && ArgNo < Call->getNumArgOperands() && in callCapturesBefore()
H A DBasicAliasAnalysis.cpp872 (!Call->doesNotCapture(OperandNo) && in getModRefInfo()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DCallSite.h593 bool doesNotCapture(unsigned OpNo) const { in doesNotCapture() function
H A DInstrTypes.h1401 bool doesNotCapture(unsigned OpNo) const {
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp137 CS.isDataOperand(U) && CS.doesNotCapture(CS.getDataOperandNo(U)); in walk()
H A DMemCpyOptimizer.cpp929 if (CS.getArgument(i) == cpySrc && !CS.doesNotCapture(i)) in performCallSlotOptzn()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStack.cpp350 if (!(CS.doesNotCapture(A - B) && (CS.doesNotAccessMemory(A - B) || in IsSafeStackAlloca()
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp523 Captures &= !CS.doesNotCapture(UseIndex); in determinePointerReadAttrs()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp109 (CS.getInstruction()->use_empty() || CS.doesNotCapture(DataOpNo))) in isOnlyCopiedFromConstantGlobal()