Skip to content

AnalyzeEquation

Synopsis

Declared in <src/midend/programTransformation/loopProcessing/depInfo/StmtDepAnal.h>

template<
    class CoeffVec,
    class BoundVec,
    class BoundOp,
    class Dep>
bool
AnalyzeEquation(
    CoeffVec const& vec,
    BoundVec const& bounds,
    BoundOp& boundop,
    Dep& result,
    DepRel const& rel);

Created with MrDocs