Lines Matching refs:Edges
170 // edges which simplifies the CFG.
284 /// edges across a loop header. For example, threading a jump from outside the
293 SmallVector<std::pair<const BasicBlock*,const BasicBlock*>, 32> Edges;
294 FindFunctionBackedges(F, Edges);
296 for (unsigned i = 0, e = Edges.size(); i != e; ++i)
297 LoopHeaders.insert(const_cast<BasicBlock*>(Edges[i].second));
1134 // If all edges were unthreadable, we fail.
1155 // edges to the block. Factor each of these edges by listing them
1163 // If the threadable edges are branching on an undefined value, we get to pick