clang  3.7.0
Public Member Functions | List of all members
clang::CodeGen::LoopInfo Class Reference

Information used when generating a structured loop. More...

#include <CGLoopInfo.h>

Public Member Functions

 LoopInfo (llvm::BasicBlock *Header, const LoopAttributes &Attrs)
 Construct a new LoopInfo for the loop with entry Header. More...
 
llvm::MDNode * getLoopID () const
 Get the loop id metadata for this loop. More...
 
llvm::BasicBlock * getHeader () const
 Get the header block of this loop. More...
 
const LoopAttributesgetAttributes () const
 Get the set of attributes active for this loop. More...
 

Detailed Description

Information used when generating a structured loop.

Definition at line 56 of file CGLoopInfo.h.

Constructor & Destructor Documentation

LoopInfo::LoopInfo ( llvm::BasicBlock *  Header,
const LoopAttributes Attrs 
)

Construct a new LoopInfo for the loop with entry Header.

Definition at line 76 of file CGLoopInfo.cpp.

References createMetadata().

Member Function Documentation

const LoopAttributes& clang::CodeGen::LoopInfo::getAttributes ( ) const
inline

Get the set of attributes active for this loop.

Definition at line 68 of file CGLoopInfo.h.

Referenced by clang::CodeGen::LoopInfoStack::getCurLoopParallel(), and clang::CodeGen::LoopInfoStack::InsertHelper().

llvm::BasicBlock* clang::CodeGen::LoopInfo::getHeader ( ) const
inline

Get the header block of this loop.

Definition at line 65 of file CGLoopInfo.h.

Referenced by clang::CodeGen::LoopInfoStack::InsertHelper().

llvm::MDNode* clang::CodeGen::LoopInfo::getLoopID ( ) const
inline

Get the loop id metadata for this loop.

Definition at line 62 of file CGLoopInfo.h.

Referenced by clang::CodeGen::LoopInfoStack::getCurLoopID(), and clang::CodeGen::LoopInfoStack::InsertHelper().


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