Searched refs:doesNotCapture (Results 1 – 14 of 14) sorted by relevance
263 if (A->get() == V && !CS.doesNotCapture(A - B)) in PointerMayBeCaptured()
459 (!CS.doesNotCapture(ArgNo) && !CS.isByValArgument(ArgNo))) in callCapturesBefore()
735 (!CS.doesNotCapture(OperandNo) && !CS.isByValArgument(OperandNo))) in getModRefInfo()
289 bool doesNotCapture(unsigned n) const {
434 bool doesNotCapture(unsigned n) const { in doesNotCapture() function
411 bool doesNotCapture(unsigned n) const {
534 bool doesNotCapture(unsigned OpNo) const { in doesNotCapture() function
133 CS.isDataOperand(U) && CS.doesNotCapture(CS.getDataOperandNo(U)); in walk()
891 if (CS.getArgument(i) == cpySrc && !CS.doesNotCapture(i)) in performCallSlotOptzn()
339 if (!(CS.doesNotCapture(A - B) && (CS.doesNotAccessMemory(A - B) || in IsSafeStackAlloca()
443 Captures &= !CS.doesNotCapture(UseIndex); in determinePointerReadAttrs()
75 if (F.doesNotCapture(n)) in setDoesNotCapture()
105 (CS.getInstruction()->use_empty() || CS.doesNotCapture(DataOpNo))) in isOnlyCopiedFromConstantGlobal()
1677 if (!F.doesNotCapture(n)) { in setDoesNotCapture()