LoopTreeLocalityAnal::ComputeInputDep
Synopses
Declared in <src/midend/programTransformation/loopProcessing/computation/LoopTreeLocality.h>
void
ComputeInputDep(
LoopTreeDepGraph::NodeIterator iter,
DepCompAstRefAnal& stmtorder);
void
ComputeInputDep(
LoopTreeDepGraph::NodeIterator src,
LoopTreeDepGraph::NodeIterator snk,
DepCompAstRefAnal& stmtorder);
void
ComputeInputDep(
LoopTreeDepGraphNode* n1,
LoopTreeDepGraphNode* n2,
DepCompAstRefAnal& stmtorder);
Created with MrDocs