Searched refs:doesNotCapture (Results 1 – 10 of 10) sorted by relevance
277 if (A == V && !Call->doesNotCapture(Idx)) in PointerMayBeCaptured()
584 (!Call->doesNotCapture(ArgNo) && ArgNo < Call->getNumArgOperands() && in callCapturesBefore()
872 (!Call->doesNotCapture(OperandNo) && in getModRefInfo()
593 bool doesNotCapture(unsigned OpNo) const { in doesNotCapture() function
1401 bool doesNotCapture(unsigned OpNo) const {
137 CS.isDataOperand(U) && CS.doesNotCapture(CS.getDataOperandNo(U)); in walk()
929 if (CS.getArgument(i) == cpySrc && !CS.doesNotCapture(i)) in performCallSlotOptzn()
350 if (!(CS.doesNotCapture(A - B) && (CS.doesNotAccessMemory(A - B) || in IsSafeStackAlloca()
523 Captures &= !CS.doesNotCapture(UseIndex); in determinePointerReadAttrs()
109 (CS.getInstruction()->use_empty() || CS.doesNotCapture(DataOpNo))) in isOnlyCopiedFromConstantGlobal()