Searched refs:doesNotCapture (Results 1 – 11 of 11) sorted by relevance
293 if (A == V && !Call->doesNotCapture(Idx)) in PointerMayBeCaptured()
673 (!Call->doesNotCapture(ArgNo) && ArgNo < Call->getNumArgOperands() && in callCapturesBefore()
913 (!Call->doesNotCapture(OperandNo) && in getModRefInfo()
434 bool doesNotCapture(unsigned n) const { in doesNotCapture() function
602 bool doesNotCapture(unsigned OpNo) const { in doesNotCapture() function
1541 bool doesNotCapture(unsigned OpNo) const {
137 CS.isDataOperand(U) && CS.doesNotCapture(CS.getDataOperandNo(U)); in walk()
840 if (CS.getArgument(i) == cpySrc && !CS.doesNotCapture(i)) in performCallSlotOptzn()
350 if (!(CS.doesNotCapture(A - B) && (CS.doesNotAccessMemory(A - B) || in IsSafeStackAlloca()
529 Captures &= !CS.doesNotCapture(UseIndex); in determinePointerReadAttrs()
108 (Call->use_empty() || Call->doesNotCapture(DataOpNo))) in isOnlyCopiedFromConstantGlobal()