LLVM
15.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. More... | |
A range representing the start and end location of a loop.
Definition at line 549 of file LoopInfo.h.
|
default |
|
inline |
Definition at line 555 of file LoopInfo.h.
Definition at line 556 of file LoopInfo.h.
Definition at line 560 of file LoopInfo.h.
Definition at line 559 of file LoopInfo.h.
Referenced by llvm::Loop::getStartLoc().
|
inlineexplicit |
Check for null.
Definition at line 564 of file LoopInfo.h.