OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:finishPostorder
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ADT/
PostOrderIterator.h
49
// the
finishPostorder
() function is called just before the po_iterator moves
65
void
finishPostorder
(NodeType *BB) {}
84
void
finishPostorder
(NodeType *BB) {}
160
this->
finishPostorder
(VisitStack.back().first);
/external/llvm/include/llvm/Analysis/
LoopIterator.h
118
void
finishPostorder
(BasicBlock *BB);
137
///
finishPostorder
to record the DFS result.
162
void
finishPostorder
(BasicBlock *BB) {
175
finishPostorder
(BasicBlock *BB) {
176
LBT.
finishPostorder
(BB);
Completed in 111 milliseconds