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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
PostDominators.cpp 27 // PostDominatorTree Implementation
30 char PostDominatorTree::ID = 0;
31 INITIALIZE_PASS(PostDominatorTree, "postdomtree",
34 bool PostDominatorTree::runOnFunction(Function &F) {
39 PostDominatorTree::~PostDominatorTree() {
43 void PostDominatorTree::print(raw_ostream &OS, const Module *) const {
49 return new PostDominatorTree();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
PostDominators.h 27 /// PostDominatorTree Class - Concrete subclass of DominatorTree that is used to
29 struct PostDominatorTree : public PostDomTreeBase<BasicBlock> {
37 /// \brief Analysis pass which computes a \c PostDominatorTree.
46 using Result = PostDominatorTree;
50 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
53 /// \brief Printer pass for the \c PostDominatorTree.
67 PostDominatorTree DT;
73 PostDominatorTree &getPostDomTree() { return DT; }
74 const PostDominatorTree &getPostDomTree() const { return DT; }
91 template <> struct GraphTraits<PostDominatorTree*>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
PostDominators.h 27 /// PostDominatorTree Class - Concrete subclass of DominatorTree that is used to
29 struct PostDominatorTree : public PostDomTreeBase<BasicBlock> {
37 /// \brief Analysis pass which computes a \c PostDominatorTree.
46 using Result = PostDominatorTree;
50 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
53 /// \brief Printer pass for the \c PostDominatorTree.
67 PostDominatorTree DT;
73 PostDominatorTree &getPostDomTree() { return DT; }
74 const PostDominatorTree &getPostDomTree() const { return DT; }
91 template <> struct GraphTraits<PostDominatorTree*>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
PostDominators.h 27 /// PostDominatorTree Class - Concrete subclass of DominatorTree that is used to
29 struct PostDominatorTree : public PostDomTreeBase<BasicBlock> {
37 /// \brief Analysis pass which computes a \c PostDominatorTree.
46 using Result = PostDominatorTree;
50 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
53 /// \brief Printer pass for the \c PostDominatorTree.
67 PostDominatorTree DT;
73 PostDominatorTree &getPostDomTree() { return DT; }
74 const PostDominatorTree &getPostDomTree() const { return DT; }
91 template <> struct GraphTraits<PostDominatorTree*>
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
PostDominators.h 27 /// PostDominatorTree Class - Concrete subclass of DominatorTree that is used to
29 struct PostDominatorTree : public PostDomTreeBase<BasicBlock> {
37 /// \brief Analysis pass which computes a \c PostDominatorTree.
46 using Result = PostDominatorTree;
50 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
53 /// \brief Printer pass for the \c PostDominatorTree.
67 PostDominatorTree DT;
73 PostDominatorTree &getPostDomTree() { return DT; }
74 const PostDominatorTree &getPostDomTree() const { return DT; }
91 template <> struct GraphTraits<PostDominatorTree*>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
PostDominators.h 27 /// PostDominatorTree Class - Concrete subclass of DominatorTree that is used to
29 struct PostDominatorTree : public PostDomTreeBase<BasicBlock> {
37 /// \brief Analysis pass which computes a \c PostDominatorTree.
46 using Result = PostDominatorTree;
50 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
53 /// \brief Printer pass for the \c PostDominatorTree.
67 PostDominatorTree DT;
73 PostDominatorTree &getPostDomTree() { return DT; }
74 const PostDominatorTree &getPostDomTree() const { return DT; }
91 template <> struct GraphTraits<PostDominatorTree*>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
PostDominators.h 27 /// PostDominatorTree Class - Concrete subclass of DominatorTree that is used to
29 struct PostDominatorTree : public PostDomTreeBase<BasicBlock> {
37 /// \brief Analysis pass which computes a \c PostDominatorTree.
46 using Result = PostDominatorTree;
50 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
53 /// \brief Printer pass for the \c PostDominatorTree.
67 PostDominatorTree DT;
73 PostDominatorTree &getPostDomTree() { return DT; }
74 const PostDominatorTree &getPostDomTree() const { return DT; }
91 template <> struct GraphTraits<PostDominatorTree*>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
PostDominators.h 27 /// PostDominatorTree Class - Concrete subclass of DominatorTree that is used to
29 struct PostDominatorTree : public PostDomTreeBase<BasicBlock> {
37 /// \brief Analysis pass which computes a \c PostDominatorTree.
46 using Result = PostDominatorTree;
50 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
53 /// \brief Printer pass for the \c PostDominatorTree.
67 PostDominatorTree DT;
73 PostDominatorTree &getPostDomTree() { return DT; }
74 const PostDominatorTree &getPostDomTree() const { return DT; }
91 template <> struct GraphTraits<PostDominatorTree*>
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
PostDominators.h 27 /// PostDominatorTree Class - Concrete subclass of DominatorTree that is used to
29 struct PostDominatorTree : public PostDomTreeBase<BasicBlock> {
37 /// \brief Analysis pass which computes a \c PostDominatorTree.
46 using Result = PostDominatorTree;
50 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
53 /// \brief Printer pass for the \c PostDominatorTree.
67 PostDominatorTree DT;
73 PostDominatorTree &getPostDomTree() { return DT; }
74 const PostDominatorTree &getPostDomTree() const { return DT; }
91 template <> struct GraphTraits<PostDominatorTree*>
    [all...]
  /external/llvm/include/llvm/Analysis/
PostDominators.h 22 /// PostDominatorTree Class - Concrete subclass of DominatorTree that is used to
25 struct PostDominatorTree : public DominatorTreeBase<BasicBlock> {
28 PostDominatorTree() : DominatorTreeBase<BasicBlock>(true) {}
30 PostDominatorTree(PostDominatorTree &&Arg)
33 PostDominatorTree &operator=(PostDominatorTree &&RHS) {
39 /// \brief Analysis pass which computes a \c PostDominatorTree.
47 typedef PostDominatorTree Result;
51 PostDominatorTree run(Function &F, FunctionAnalysisManager &)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
PostDominators.h 21 /// PostDominatorTree Class - Concrete subclass of DominatorTree that is used to
24 struct PostDominatorTree : public FunctionPass {
28 PostDominatorTree() : FunctionPass(ID) {
33 ~PostDominatorTree();
86 template <> struct GraphTraits<PostDominatorTree*>
88 static NodeType *getEntryNode(PostDominatorTree *DT) {
92 static nodes_iterator nodes_begin(PostDominatorTree *N) {
99 static nodes_iterator nodes_end(PostDominatorTree *N) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
PostDominators.h 22 /// PostDominatorTree Class - Concrete subclass of DominatorTree that is used to
25 struct PostDominatorTree : public DominatorTreeBase<BasicBlock> {
28 PostDominatorTree() : DominatorTreeBase<BasicBlock>(true) {}
35 /// \brief Analysis pass which computes a \c PostDominatorTree.
43 typedef PostDominatorTree Result;
47 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
50 /// \brief Printer pass for the \c PostDominatorTree.
62 PostDominatorTree DT;
68 PostDominatorTree &getPostDomTree() { return DT; }
69 const PostDominatorTree &getPostDomTree() const { return DT;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
PostDominators.h 22 /// PostDominatorTree Class - Concrete subclass of DominatorTree that is used to
25 struct PostDominatorTree : public DominatorTreeBase<BasicBlock> {
28 PostDominatorTree() : DominatorTreeBase<BasicBlock>(true) {}
35 /// \brief Analysis pass which computes a \c PostDominatorTree.
43 typedef PostDominatorTree Result;
47 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
50 /// \brief Printer pass for the \c PostDominatorTree.
62 PostDominatorTree DT;
68 PostDominatorTree &getPostDomTree() { return DT; }
69 const PostDominatorTree &getPostDomTree() const { return DT;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
PostDominators.h 22 /// PostDominatorTree Class - Concrete subclass of DominatorTree that is used to
25 struct PostDominatorTree : public DominatorTreeBase<BasicBlock> {
28 PostDominatorTree() : DominatorTreeBase<BasicBlock>(true) {}
35 /// \brief Analysis pass which computes a \c PostDominatorTree.
43 typedef PostDominatorTree Result;
47 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
50 /// \brief Printer pass for the \c PostDominatorTree.
62 PostDominatorTree DT;
68 PostDominatorTree &getPostDomTree() { return DT; }
69 const PostDominatorTree &getPostDomTree() const { return DT;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
PostDominators.h 22 /// PostDominatorTree Class - Concrete subclass of DominatorTree that is used to
25 struct PostDominatorTree : public DominatorTreeBase<BasicBlock> {
28 PostDominatorTree() : DominatorTreeBase<BasicBlock>(true) {}
35 /// \brief Analysis pass which computes a \c PostDominatorTree.
43 typedef PostDominatorTree Result;
47 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
50 /// \brief Printer pass for the \c PostDominatorTree.
62 PostDominatorTree DT;
68 PostDominatorTree &getPostDomTree() { return DT; }
69 const PostDominatorTree &getPostDomTree() const { return DT;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
PostDominators.h 22 /// PostDominatorTree Class - Concrete subclass of DominatorTree that is used to
25 struct PostDominatorTree : public DominatorTreeBase<BasicBlock> {
28 PostDominatorTree() : DominatorTreeBase<BasicBlock>(true) {}
35 /// \brief Analysis pass which computes a \c PostDominatorTree.
43 typedef PostDominatorTree Result;
47 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
50 /// \brief Printer pass for the \c PostDominatorTree.
62 PostDominatorTree DT;
68 PostDominatorTree &getPostDomTree() { return DT; }
69 const PostDominatorTree &getPostDomTree() const { return DT;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
PostDominators.h 22 /// PostDominatorTree Class - Concrete subclass of DominatorTree that is used to
25 struct PostDominatorTree : public DominatorTreeBase<BasicBlock> {
28 PostDominatorTree() : DominatorTreeBase<BasicBlock>(true) {}
35 /// \brief Analysis pass which computes a \c PostDominatorTree.
43 typedef PostDominatorTree Result;
47 PostDominatorTree run(Function &F, FunctionAnalysisManager &);
50 /// \brief Printer pass for the \c PostDominatorTree.
62 PostDominatorTree DT;
68 PostDominatorTree &getPostDomTree() { return DT; }
69 const PostDominatorTree &getPostDomTree() const { return DT;
    [all...]

Completed in 733 milliseconds