Searched refs:insertEdge (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DPostOrderIterator.h44 // edges can be pruned by returning false in the insertEdge() function. This
48 // the post-order. The insertEdge() function is called in a pre-order, while
59 bool insertEdge(NodeType *From, NodeType *To) { function in class:llvm::po_iterator_storage
80 bool insertEdge(NodeType *From, NodeType *To) { return Visited.insert(To); } function in class:llvm::po_iterator_storage
106 if (this->insertEdge(VisitStack.back().first, BB)) {
114 this->insertEdge((NodeType*)0, BB);
122 if (this->insertEdge((NodeType*)0, BB)) {
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
H A DLoopIterator.h117 bool insertEdge(BasicBlock *From, BasicBlock *To);
170 insertEdge(BasicBlock *From, BasicBlock *To) { function in class:llvm::po_iterator_storage
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp437 bool insertEdge(const MachineBasicBlock *From, const MachineBasicBlock *To) {

Completed in 104 milliseconds