LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
llvm::ExitLimitQuery Struct Reference

#include "llvm/Analysis/ScalarEvolution.h"

Collaboration diagram for llvm::ExitLimitQuery:
Collaboration graph
[legend]

Public Member Functions

 ExitLimitQuery (const Loop *L, BasicBlock *ExitingBlock, bool AllowPredicates)
 

Public Attributes

const LoopL
 
BasicBlockExitingBlock
 
bool AllowPredicates
 

Detailed Description

Definition at line 422 of file ScalarEvolution.h.

Constructor & Destructor Documentation

◆ ExitLimitQuery()

llvm::ExitLimitQuery::ExitLimitQuery ( const Loop L,
BasicBlock ExitingBlock,
bool  AllowPredicates 
)
inline

Definition at line 423 of file ScalarEvolution.h.

Member Data Documentation

◆ AllowPredicates

bool llvm::ExitLimitQuery::AllowPredicates

◆ ExitingBlock

BasicBlock* llvm::ExitLimitQuery::ExitingBlock

◆ L

const Loop* llvm::ExitLimitQuery::L

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