Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Edges

168       // edges which simplifies the CFG.
282 /// edges across a loop header. For example, threading a jump from outside the
291 SmallVector<std::pair<const BasicBlock*,const BasicBlock*>, 32> Edges;
292 FindFunctionBackedges(F, Edges);
294 for (unsigned i = 0, e = Edges.size(); i != e; ++i)
295 LoopHeaders.insert(const_cast<BasicBlock*>(Edges[i].second));
1128 // If all edges were unthreadable, we fail.
1149 // edges to the block. Factor each of these edges by listing them
1157 // If the threadable edges are branching on an undefined value, we get to pick