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

  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===-- SSAUpdater.h - Unstructured SSA Update Tool -------------*- C++ -*-===//
10 // This file declares the SSAUpdater class.
38 class SSAUpdater {
39 friend class SSAUpdaterTraits<SSAUpdater>;
53 /// If this is non-null, the SSAUpdater adds all PHI nodes that it creates to
60 explicit SSAUpdater(SmallVectorImpl<PHINode*> *InsertedPHIs = nullptr);
61 ~SSAUpdater();
73 /// \brief Return true if the SSAUpdater already has a value for the specified
122 void operator=(const SSAUpdater&) = delete;
123 SSAUpdater(const SSAUpdater&) = delete
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===-- SSAUpdater.h - Unstructured SSA Update Tool -------------*- C++ -*-===//
10 // This file declares the SSAUpdater class.
28 /// SSAUpdater - This class updates SSA form for a set of values defined in
32 class SSAUpdater {
33 friend class SSAUpdaterTraits<SSAUpdater>;
47 /// InsertedPHIs - If this is non-null, the SSAUpdater adds all PHI nodes that
52 /// SSAUpdater constructor. If InsertedPHIs is specified, it will be filled
54 explicit SSAUpdater(SmallVectorImpl<PHINode*> *InsertedPHIs = 0);
55 ~SSAUpdater();
65 /// HasValueForBlock - Return true if the SSAUpdater already has a value fo
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===-- SSAUpdater.h - Unstructured SSA Update Tool -------------*- C++ -*-===//
10 // This file declares the SSAUpdater class.
39 class SSAUpdater {
40 friend class SSAUpdaterTraits<SSAUpdater>;
54 /// If this is non-null, the SSAUpdater adds all PHI nodes that it creates to
61 explicit SSAUpdater(SmallVectorImpl<PHINode*> *InsertedPHIs = nullptr);
62 SSAUpdater(const SSAUpdater &) = delete;
63 SSAUpdater &operator=(const SSAUpdater &) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===-- SSAUpdater.h - Unstructured SSA Update Tool -------------*- C++ -*-===//
10 // This file declares the SSAUpdater class.
39 class SSAUpdater {
40 friend class SSAUpdaterTraits<SSAUpdater>;
54 /// If this is non-null, the SSAUpdater adds all PHI nodes that it creates to
61 explicit SSAUpdater(SmallVectorImpl<PHINode*> *InsertedPHIs = nullptr);
62 SSAUpdater(const SSAUpdater &) = delete;
63 SSAUpdater &operator=(const SSAUpdater &) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===-- SSAUpdater.h - Unstructured SSA Update Tool -------------*- C++ -*-===//
10 // This file declares the SSAUpdater class.
39 class SSAUpdater {
40 friend class SSAUpdaterTraits<SSAUpdater>;
54 /// If this is non-null, the SSAUpdater adds all PHI nodes that it creates to
61 explicit SSAUpdater(SmallVectorImpl<PHINode*> *InsertedPHIs = nullptr);
62 SSAUpdater(const SSAUpdater &) = delete;
63 SSAUpdater &operator=(const SSAUpdater &) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===- SSAUpdater.h - Unstructured SSA Update Tool --------------*- C++ -*-===//
10 // This file declares the SSAUpdater class.
39 class SSAUpdater {
40 friend class SSAUpdaterTraits<SSAUpdater>;
53 /// If this is non-null, the SSAUpdater adds all PHI nodes that it creates to
60 explicit SSAUpdater(SmallVectorImpl<PHINode *> *InsertedPHIs = nullptr);
61 SSAUpdater(const SSAUpdater &) = delete;
62 SSAUpdater &operator=(const SSAUpdater &) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===- SSAUpdater.h - Unstructured SSA Update Tool --------------*- C++ -*-===//
10 // This file declares the SSAUpdater class.
39 class SSAUpdater {
40 friend class SSAUpdaterTraits<SSAUpdater>;
53 /// If this is non-null, the SSAUpdater adds all PHI nodes that it creates to
60 explicit SSAUpdater(SmallVectorImpl<PHINode *> *InsertedPHIs = nullptr);
61 SSAUpdater(const SSAUpdater &) = delete;
62 SSAUpdater &operator=(const SSAUpdater &) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===- SSAUpdater.h - Unstructured SSA Update Tool --------------*- C++ -*-===//
10 // This file declares the SSAUpdater class.
39 class SSAUpdater {
40 friend class SSAUpdaterTraits<SSAUpdater>;
53 /// If this is non-null, the SSAUpdater adds all PHI nodes that it creates to
60 explicit SSAUpdater(SmallVectorImpl<PHINode *> *InsertedPHIs = nullptr);
61 SSAUpdater(const SSAUpdater &) = delete;
62 SSAUpdater &operator=(const SSAUpdater &) = delete
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===- SSAUpdater.h - Unstructured SSA Update Tool --------------*- C++ -*-===//
10 // This file declares the SSAUpdater class.
39 class SSAUpdater {
40 friend class SSAUpdaterTraits<SSAUpdater>;
53 /// If this is non-null, the SSAUpdater adds all PHI nodes that it creates to
60 explicit SSAUpdater(SmallVectorImpl<PHINode *> *InsertedPHIs = nullptr);
61 SSAUpdater(const SSAUpdater &) = delete;
62 SSAUpdater &operator=(const SSAUpdater &) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===-- SSAUpdater.h - Unstructured SSA Update Tool -------------*- C++ -*-===//
10 // This file declares the SSAUpdater class.
39 class SSAUpdater {
40 friend class SSAUpdaterTraits<SSAUpdater>;
54 /// If this is non-null, the SSAUpdater adds all PHI nodes that it creates to
61 explicit SSAUpdater(SmallVectorImpl<PHINode*> *InsertedPHIs = nullptr);
62 SSAUpdater(const SSAUpdater &) = delete;
63 SSAUpdater &operator=(const SSAUpdater &) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===-- SSAUpdater.h - Unstructured SSA Update Tool -------------*- C++ -*-===//
10 // This file declares the SSAUpdater class.
39 class SSAUpdater {
40 friend class SSAUpdaterTraits<SSAUpdater>;
54 /// If this is non-null, the SSAUpdater adds all PHI nodes that it creates to
61 explicit SSAUpdater(SmallVectorImpl<PHINode*> *InsertedPHIs = nullptr);
62 SSAUpdater(const SSAUpdater &) = delete;
63 SSAUpdater &operator=(const SSAUpdater &) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===-- SSAUpdater.h - Unstructured SSA Update Tool -------------*- C++ -*-===//
10 // This file declares the SSAUpdater class.
39 class SSAUpdater {
40 friend class SSAUpdaterTraits<SSAUpdater>;
54 /// If this is non-null, the SSAUpdater adds all PHI nodes that it creates to
61 explicit SSAUpdater(SmallVectorImpl<PHINode*> *InsertedPHIs = nullptr);
62 SSAUpdater(const SSAUpdater &) = delete;
63 SSAUpdater &operator=(const SSAUpdater &) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===- SSAUpdater.h - Unstructured SSA Update Tool --------------*- C++ -*-===//
10 // This file declares the SSAUpdater class.
39 class SSAUpdater {
40 friend class SSAUpdaterTraits<SSAUpdater>;
53 /// If this is non-null, the SSAUpdater adds all PHI nodes that it creates to
60 explicit SSAUpdater(SmallVectorImpl<PHINode *> *InsertedPHIs = nullptr);
61 SSAUpdater(const SSAUpdater &) = delete;
62 SSAUpdater &operator=(const SSAUpdater &) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===- SSAUpdater.h - Unstructured SSA Update Tool --------------*- C++ -*-===//
10 // This file declares the SSAUpdater class.
39 class SSAUpdater {
40 friend class SSAUpdaterTraits<SSAUpdater>;
53 /// If this is non-null, the SSAUpdater adds all PHI nodes that it creates to
60 explicit SSAUpdater(SmallVectorImpl<PHINode *> *InsertedPHIs = nullptr);
61 SSAUpdater(const SSAUpdater &) = delete;
62 SSAUpdater &operator=(const SSAUpdater &) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===- SSAUpdater.h - Unstructured SSA Update Tool --------------*- C++ -*-===//
10 // This file declares the SSAUpdater class.
39 class SSAUpdater {
40 friend class SSAUpdaterTraits<SSAUpdater>;
53 /// If this is non-null, the SSAUpdater adds all PHI nodes that it creates to
60 explicit SSAUpdater(SmallVectorImpl<PHINode *> *InsertedPHIs = nullptr);
61 SSAUpdater(const SSAUpdater &) = delete;
62 SSAUpdater &operator=(const SSAUpdater &) = delete
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===- SSAUpdater.h - Unstructured SSA Update Tool --------------*- C++ -*-===//
10 // This file declares the SSAUpdater class.
39 class SSAUpdater {
40 friend class SSAUpdaterTraits<SSAUpdater>;
53 /// If this is non-null, the SSAUpdater adds all PHI nodes that it creates to
60 explicit SSAUpdater(SmallVectorImpl<PHINode *> *InsertedPHIs = nullptr);
61 SSAUpdater(const SSAUpdater &) = delete;
62 SSAUpdater &operator=(const SSAUpdater &) = delete
    [all...]
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 1 //===- SSAUpdater.cpp - Unstructured SSA Update Tool ----------------------===//
10 // This file implements the SSAUpdater class.
14 #include "llvm/Transforms/Utils/SSAUpdater.h"
31 #define DEBUG_TYPE "ssaupdater"
38 SSAUpdater::SSAUpdater(SmallVectorImpl<PHINode*> *NewPHI)
41 SSAUpdater::~SSAUpdater() {
45 void SSAUpdater::Initialize(Type *Ty, StringRef Name) {
54 bool SSAUpdater::HasValueForBlock(BasicBlock *BB) const
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SSAUpdater.cpp 1 //===- SSAUpdater.cpp - Unstructured SSA Update Tool ----------------------===//
10 // This file implements the SSAUpdater class.
14 #define DEBUG_TYPE "ssaupdater"
28 #include "llvm/Transforms/Utils/SSAUpdater.h"
38 SSAUpdater::SSAUpdater(SmallVectorImpl<PHINode*> *NewPHI)
41 SSAUpdater::~SSAUpdater() {
47 void SSAUpdater::Initialize(Type *Ty, StringRef Name) {
56 /// HasValueForBlock - Return true if the SSAUpdater already has a value fo
    [all...]

Completed in 2644 milliseconds