HomeSort by relevance Sort by last modified time
    Searched refs:PostDominatorTree (Results 1 - 25 of 59) sorted by null

1 2 3

  /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();
DomPrinter.cpp 67 struct DOTGraphTraits<PostDominatorTree*>
73 static std::string getGraphName(PostDominatorTree *DT) {
77 std::string getNodeLabel(DomTreeNode *Node, PostDominatorTree *G ) {
101 : public DOTGraphTraitsViewer<PostDominatorTree, false> {
104 DOTGraphTraitsViewer<PostDominatorTree, false>("postdom", ID){
110 : public DOTGraphTraitsViewer<PostDominatorTree, true> {
113 DOTGraphTraitsViewer<PostDominatorTree, true>("postdomonly", ID){
156 : public DOTGraphTraitsPrinter<PostDominatorTree, false> {
159 DOTGraphTraitsPrinter<PostDominatorTree, false>("postdom", ID) {
165 : public DOTGraphTraitsPrinter<PostDominatorTree, true>
    [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...]
RegionInfo.h 68 struct PostDominatorTree;
88 typedef PostDominatorTree PostDomTreeT;
884 void recalculate(Function &F, DominatorTree *DT, PostDominatorTree *PDT,
    [all...]
  /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...]
RegionInfo.h 69 struct PostDominatorTree;
89 typedef PostDominatorTree PostDomTreeT;
896 void recalculate(Function &F, DominatorTree *DT, PostDominatorTree *PDT,
    [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...]
  /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/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) {
  /external/llvm/lib/Analysis/
DomPrinter.cpp 67 struct DOTGraphTraits<PostDominatorTree*>
73 static std::string getGraphName(PostDominatorTree *DT) {
77 std::string getNodeLabel(DomTreeNode *Node, PostDominatorTree *G ) {
115 static PostDominatorTree *getGraph(PostDominatorTreeWrapperPass *PDTWP) {
122 PostDominatorTree *,
127 PostDominatorTree *,
136 PostDominatorTree *,
141 PostDominatorTree *,
196 PostDominatorTree *,
201 PostDominatorTree *,
    [all...]
PostDominators.cpp 27 // PostDominatorTree Implementation
49 PostDominatorTree PostDominatorTreeAnalysis::run(Function &F,
51 PostDominatorTree PDT;
61 OS << "PostDominatorTree for function: " << F.getName() << "\n";
DivergenceAnalysis.cpp 86 PostDominatorTree &PDT, DenseSet<const Value *> &DV)
108 PostDominatorTree &PDT;
RegionInfo.cpp 96 PostDominatorTree *PDT_, DominanceFrontier *DF_) {
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 333 const PostDominatorTree *PDT) {
346 const PostDominatorTree *PDT) {
373 const PostDominatorTree *PDT =

Completed in 2110 milliseconds

1 2 3