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 33 class DominatorTree : public ManagedAnalysis {
38 DominatorTree() {
42 ~DominatorTree() {
64 inline bool compare(DominatorTree &Other) const {
167 /// DominatorTree GraphTraits specialization so the DominatorTree can be
196 template <> struct GraphTraits< ::clang::DominatorTree* >
198 static NodeType *getEntryNode(::clang::DominatorTree *DT) {
202 static nodes_iterator nodes_begin(::clang::DominatorTree *N) {
206 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
709 /// DominatorTree Class - Concrete subclass of DominatorTreeBase that is used to
712 class DominatorTree : public FunctionPass {
717 DominatorTree() : FunctionPass(ID) {
722 ~DominatorTree() {
746 inline bool compare(DominatorTree &Other) const {
805 /// getNode - return the (Post)DominatorTree node for the specified basi
    [all...]

Completed in 36 milliseconds