HomeSort by relevance Sort by last modified time
    Searched refs:ProtoName (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 50 /// PHI nodes are given a name based on ProtoName.
51 std::string ProtoName;
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
SSAUpdater.h 44 // PHI nodes are given a name based on ProtoName.
45 std::string ProtoName;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 51 /// PHI nodes are given a name based on ProtoName.
52 std::string ProtoName;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 51 /// PHI nodes are given a name based on ProtoName.
52 std::string ProtoName;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 51 /// PHI nodes are given a name based on ProtoName.
52 std::string ProtoName;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 51 /// PHI nodes are given a name based on ProtoName.
52 std::string ProtoName;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 51 /// PHI nodes are given a name based on ProtoName.
52 std::string ProtoName;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 51 /// PHI nodes are given a name based on ProtoName.
52 std::string ProtoName;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 51 /// PHI nodes are given a name based on ProtoName.
52 std::string ProtoName;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 51 /// PHI nodes are given a name based on ProtoName.
52 std::string ProtoName;
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 39 : AV(nullptr), ProtoType(nullptr), ProtoName(), InsertedPHIs(NewPHI) {}
51 ProtoName = Name;
151 ProtoName, &BB->front());
268 Updater->ProtoName, &BB->front());
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SSAUpdater.cpp 39 : AV(0), ProtoType(0), ProtoName(), InsertedPHIs(NewPHI) {}
53 ProtoName = Name;
180 ProtoName, &BB->front());
302 Updater->ProtoName, &BB->front());

Completed in 1452 milliseconds