LLVM: llvm::Loop::LocRange Class Reference (original) (raw)

A range representing the start and end location of a loop. More...

#include "[llvm/Analysis/LoopInfo.h](LoopInfo%5F8h%5Fsource.html)"

Public Member Functions
LocRange ()=default
LocRange (DebugLoc Start)
LocRange (DebugLoc Start, DebugLoc End)
const DebugLoc & getStart () const
const DebugLoc & getEnd () const
operator bool () const
Check for null.

A range representing the start and end location of a loop.

Definition at line 43 of file LoopInfo.h.

LocRange() [1/3]

llvm::Loop::LocRange::LocRange ( ) default

LocRange() [2/3]

llvm::Loop::LocRange::LocRange ( DebugLoc Start) inline

LocRange() [3/3]

getEnd()

getStart()

operator bool()

llvm::Loop::LocRange::operator bool ( ) const inlineexplicit

The documentation for this class was generated from the following file: