LLVM 20.0.0git
|
A range representing the start and end location of a loop. More...
#include "llvm/Analysis/LoopInfo.h"
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 42 of file LoopInfo.h.
|
default |
|
inline |
Definition at line 48 of file LoopInfo.h.
Definition at line 49 of file LoopInfo.h.
Definition at line 53 of file LoopInfo.h.
References End.
Definition at line 52 of file LoopInfo.h.
Referenced by llvm::Loop::getStartLoc().
|
inlineexplicit |