OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insertEdge
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/ADT/
PostOrderIterator.h
44
// 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) {
80
bool
insertEdge
(NodeType *From, NodeType *To) { return Visited.insert(To); }
106
if (this->
insertEdge
(VisitStack.back().first, BB)) {
114
this->
insertEdge
((NodeType*)0, BB);
122
if (this->
insertEdge
((NodeType*)0, BB)) {
/external/llvm/include/llvm/Analysis/
LoopIterator.h
117
bool
insertEdge
(BasicBlock *From, BasicBlock *To);
170
insertEdge
(BasicBlock *From, BasicBlock *To) {
/external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp
437
bool
insertEdge
(const MachineBasicBlock *From, const MachineBasicBlock *To) {
[
all
...]
Completed in 1311 milliseconds