GCC Middle and Back End API Reference
|
#include <exploded-graph.h>
Public Member Functions | |
feasibility_problem (unsigned eedge_idx, const exploded_edge &eedge, const gimple *last_stmt, std::unique_ptr< rejected_constraint > rc) | |
void | dump_to_pp (pretty_printer *pp) const |
Data Fields | |
unsigned | m_eedge_idx |
const exploded_edge & | m_eedge |
const gimple * | m_last_stmt |
std::unique_ptr< rejected_constraint > | m_rc |
A reason why a particular exploded_path is infeasible.
|
inline |
void ana::feasibility_problem::dump_to_pp | ( | pretty_printer * | pp | ) | const |
const exploded_edge& ana::feasibility_problem::m_eedge |
unsigned ana::feasibility_problem::m_eedge_idx |
const gimple* ana::feasibility_problem::m_last_stmt |
std::unique_ptr<rejected_constraint> ana::feasibility_problem::m_rc |