ΒΆbool isNotVisibleOnUnwind(
const llvm::Value* Object,
bool& RequiresNoCaptureBeforeUnwind)
bool isNotVisibleOnUnwind(
const llvm::Value* Object,
bool& RequiresNoCaptureBeforeUnwind)
Description
Return true if Object memory is not visible after an unwind, in the sense that program semantics cannot depend on Object containing any particular value on unwind. If the RequiresNoCaptureBeforeUnwind out parameter is set to true, then the memory is only not visible if the object has not been captured prior to the unwind. Otherwise it is not visible even if captured.
Declared at: llvm/include/llvm/Analysis/AliasAnalysis.h:1283
Parameters
- const llvm::Value* Object
- bool& RequiresNoCaptureBeforeUnwind