Construct analysis for Allocas in F under liveness mode Type.
Synopsis
Declared in <llvm/Analysis/StackLifetime.h>
StackLifetime(
Function const& F,
ArrayRef<AllocaInst const*> Allocas,
LivenessType Type);
Parameters
Name |
Description |
F |
Function whose allocas are analyzed. |
Allocas |
Allocas whose live ranges are computed. |
Type |
May vs Must interpretation of conflicting path liveness. |
Created with MrDocs