Returns true, if no instruction between Assume and CtxI may free (including through synchronization).
Declared in <llvm/Analysis/ValueTracking.h>
bool
willNotFreeBetween(
Instruction const* Assume,
Instruction const* CtxI);
True if no free can occur on the path between them.
| Name | Description |
|---|---|
| Assume | Starting assume instruction. |
| CtxI | Ending context instruction. |