Returns a live range that represents an alloca that is live throughout the entire function.

Synopsis

Declared in <llvm/Analysis/StackLifetime.h>

LiveRange
getFullLiveRange() const;

Return Value

Live range covering every interesting instruction in the function.

Created with MrDocs