reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Transforms/IPO/Attributor.h
 1922         NOT_CAPTURED_IN_MEM | NOT_CAPTURED_IN_INT | NOT_CAPTURED_IN_RET,
lib/Transforms/IPO/Attributor.cpp
 2977       State.addKnownBits(NOT_CAPTURED_IN_RET);
 2985             State.removeAssumedBits(NOT_CAPTURED_IN_RET);
 2989             State.addKnownBits(NOT_CAPTURED_IN_RET);
 3130       State.removeAssumedBits(AANoCapture::NOT_CAPTURED_IN_RET);
 3201       T.addKnownBits(NOT_CAPTURED_IN_RET);
 3206         addKnownBits(NOT_CAPTURED_IN_RET);