Searched refs:doesNotCapture (Results 1 – 11 of 11) sorted by relevance
255 if (A->get() == V && !CS.doesNotCapture(A - B)) in PointerMayBeCaptured()
341 (!CS.doesNotCapture(ArgNo) && !CS.isByValArgument(ArgNo))) in callCapturesBefore()
361 } else if (CS.doesNotCapture(CS.getArgumentNo(&U))) { in AnalyzeUsesOfPointer()
712 (!CS.doesNotCapture(ArgNo) && !CS.isByValArgument(ArgNo))) in getModRefInfo()
403 bool doesNotCapture(unsigned OpNo) const { in doesNotCapture() function
388 bool doesNotCapture(unsigned n) const {
201 CS.doesNotCapture(CS.getArgumentNo(U)); in walk()
700 if (CS.getArgument(i) == cpySrc && !CS.doesNotCapture(i)) in performCallSlotOptzn()
325 if (!(CS.doesNotCapture(A - B) && (CS.doesNotAccessMemory(A - B) || in IsSafeStackAlloca()
489 Captures &= !CS.doesNotCapture(UseIndex); in determinePointerReadAttrs()974 if (!F.doesNotCapture(n)) { in setDoesNotCapture()
103 (CS.getInstruction()->use_empty() || CS.doesNotCapture(ArgNo))) in isOnlyCopiedFromConstantGlobal()