LLVM
8.0.1
|
A range representing the start and end location of a loop. More...
#include "llvm/Analysis/LoopInfo.h"
Public Member Functions | |
LocRange () | |
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 468 of file LoopInfo.h.
|
inline |
Definition at line 473 of file LoopInfo.h.
|
inline |
Definition at line 474 of file LoopInfo.h.
Definition at line 475 of file LoopInfo.h.
Definition at line 479 of file LoopInfo.h.
Definition at line 478 of file LoopInfo.h.
Referenced by llvm::Loop::getStartLoc().
|
inlineexplicit |
Check for null.
Definition at line 483 of file LoopInfo.h.