Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DPostOrderIterator.h59 bool insertEdge(NodeType *From, NodeType *To) { in insertEdge() function
80 bool insertEdge(NodeType *From, NodeType *To) { return Visited.insert(To); } in insertEdge() function
106 if (this->insertEdge(VisitStack.back().first, BB)) { in traverseChild()
114 this->insertEdge((NodeType*)0, BB); in po_iterator()
122 if (this->insertEdge((NodeType*)0, BB)) { in po_iterator()
/external/llvm/include/llvm/Analysis/
DLoopIterator.h118 bool insertEdge(BasicBlock *From, BasicBlock *To);
171 insertEdge(BasicBlock *From, BasicBlock *To) { in insertEdge() function
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp341 bool insertEdge(const MachineBasicBlock *From, const MachineBasicBlock *To) { in insertEdge() function in llvm::po_iterator_storage