LLVM  4.0.0
Public Member Functions | List of all members
llvm::Loop::LocRange Class Reference

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

#include <LoopInfo.h>

Public Member Functions

 LocRange ()
 
 LocRange (DebugLoc Start)
 
 LocRange (DebugLoc Start, DebugLoc End)
 
const DebugLocgetStart () const
 
const DebugLocgetEnd () const
 
 operator bool () const
 Check for null. More...
 

Detailed Description

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

Definition at line 371 of file LoopInfo.h.

Constructor & Destructor Documentation

llvm::Loop::LocRange::LocRange ( )
inline

Definition at line 376 of file LoopInfo.h.

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

Definition at line 377 of file LoopInfo.h.

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

Definition at line 378 of file LoopInfo.h.

Member Function Documentation

const DebugLoc& llvm::Loop::LocRange::getEnd ( ) const
inline

Definition at line 382 of file LoopInfo.h.

References llvm::WebAssembly::End.

const DebugLoc& llvm::Loop::LocRange::getStart ( ) const
inline

Definition at line 381 of file LoopInfo.h.

Referenced by llvm::Loop::getStartLoc().

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

Check for null.

Definition at line 386 of file LoopInfo.h.

References llvm::WebAssembly::End.


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