Home | History | Annotate | Download | only in codegen

Lines Matching refs:Edge

1671    bb->cfg.attach(&epilogue->cfg, Graph::Edge::TREE);
1978 bb->cfg.attach(&ifClause->cfg, Graph::Edge::TREE);
1992 forkPoint->cfg.attach(&elseClause->cfg, Graph::Edge::TREE);
2013 bb->cfg.attach(&convPoint->cfg, Graph::Edge::FORWARD);
2017 lastBB->cfg.attach(&convPoint->cfg, Graph::Edge::FORWARD);
2042 bb->cfg.attach(&loopHeader->cfg, Graph::Edge::TREE);
2053 bb->cfg.attach(&loopBB->cfg, Graph::Edge::BACK);
2064 bb->cfg.attach(&breakBB->cfg, Graph::Edge::CROSS);
2073 bb->cfg.attach(&breakBB->cfg, Graph::Edge::CROSS);
2074 bb->cfg.attach(&nextBB->cfg, Graph::Edge::FORWARD);
2085 bb->cfg.attach(&contBB->cfg, Graph::Edge::BACK);
2093 bb->cfg.attach(&contBB->cfg, Graph::Edge::BACK);
2094 bb->cfg.attach(&nextBB->cfg, Graph::Edge::FORWARD);