HomeSort by relevance Sort by last modified time
    Searched defs:DominatorTree (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 32 class DominatorTree : public ManagedAnalysis {
37 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 *N)
    [all...]
  /external/llvm/include/llvm/Analysis/
Dominators.h 10 // 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 {
731 DominatorTree() : FunctionPass(ID) {
736 ~DominatorTree() {
760 inline bool compare(DominatorTree &Other) const {
821 /// getNode - return the (Post)DominatorTree node for the specified basi
    [all...]

Completed in 40 milliseconds