Searched defs:DominatorTree (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h32 class DominatorTree : public ManagedAnalysis { class in namespace:clang
37 DominatorTree() { function in class:clang::DominatorTree
41 ~DominatorTree() {
63 inline bool compare(DominatorTree &Other) const {
166 /// DominatorTree GraphTraits specialization so the DominatorTree can be
195 template <> struct GraphTraits< ::clang::DominatorTree* >
197 static NodeType *getEntryNode(::clang::DominatorTree *DT) {
201 static nodes_iterator nodes_begin(::clang::DominatorTree *N) {
205 static nodes_iterator nodes_end(::clang::DominatorTree *
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp30 // DominatorTree implements an algorithm for finding immediate dominators,
32 class DominatorTree : public Graph class in namespace:nv50_ir
35 DominatorTree(Graph *cfg);
36 ~DominatorTree() { }
65 void DominatorTree::debugPrint()
76 DominatorTree::DominatorTree(Graph *cfgraph) : cfg(cfgraph), function in class:nv50_ir::DominatorTree
97 void DominatorTree::buildDFS(Graph::Node *node)
109 void DominatorTree::squash(int v)
120 int DominatorTree
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp30 // DominatorTree implements an algorithm for finding immediate dominators,
32 class DominatorTree : public Graph class in namespace:nv50_ir
35 DominatorTree(Graph *cfg);
36 ~DominatorTree() { }
65 void DominatorTree::debugPrint()
76 DominatorTree::DominatorTree(Graph *cfgraph) : cfg(cfgraph), function in class:nv50_ir::DominatorTree
97 void DominatorTree::buildDFS(Graph::Node *node)
109 void DominatorTree::squash(int v)
120 int DominatorTree
[all...]
/external/llvm/include/llvm/Analysis/
H A DDominators.h10 // This file defines the DominatorTree class, which provides fast and efficient
179 /// DominatorTree - Calculate the immediate dominator tree for a function.
332 /// getNode - return the (Post)DominatorTree node for the specified basic
475 // API to update (Post)DominatorTree information based on modifications to
723 /// DominatorTree Class - Concrete subclass of DominatorTreeBase that is used to
726 class DominatorTree : public FunctionPass { class in namespace:llvm
731 DominatorTree() : FunctionPass(ID) { function in class:llvm::DominatorTree
736 ~DominatorTree() {
760 inline bool compare(DominatorTree &Other) const {
821 /// getNode - return the (Post)DominatorTree nod
[all...]

Completed in 102 milliseconds