|
LLVM
3.7.0
|
Go to the source code of this file.
Classes | |
| struct | llvm::CaptureTracker |
| This callback is used in conjunction with PointerMayBeCaptured. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Functions | |
| bool | llvm::PointerMayBeCaptured (const Value *V, bool ReturnCaptures, bool StoreCaptures) |
| PointerMayBeCaptured - Return true if this pointer value may be captured by the enclosing function (which is required to exist). More... | |
| bool | llvm::PointerMayBeCapturedBefore (const Value *V, bool ReturnCaptures, bool StoreCaptures, const Instruction *I, DominatorTree *DT, bool IncludeI=false) |
| PointerMayBeCapturedBefore - Return true if this pointer value may be captured by the enclosing function (which is required to exist). More... | |
| void | llvm::PointerMayBeCaptured (const Value *V, CaptureTracker *Tracker) |
| PointerMayBeCaptured - Visit the value and the values derived from it and find values which appear to be capturing the pointer value. More... | |
1.8.6