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

  /external/llvm/include/llvm/IR/
LegacyPassManager.h 10 // This file defines the legacy PassManager class. This class is used to hold,
11 // maintain, and optimize execution of Passes. The PassManager class ensures
13 // destroyed when the PassManager is destroyed.
41 /// the Pass to the PassManager. When the PassManager is destroyed, the pass
48 /// PassManager manages ModulePassManagers
49 class PassManager : public PassManagerBase {
52 PassManager();
53 ~PassManager() override;
62 /// PassManagerImpl_New is the actual class. PassManager is just th
    [all...]
PassManager.h 1 //===- PassManager.h - Pass management infrastructure -----------*- C++ -*-===//
226 class PassManager : public PassInfoMixin<PassManager<IRUnitT>> {
231 PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
234 PassManager(PassManager &&Arg)
237 PassManager &operator=(PassManager &&RHS) {
288 PassManager(const PassManager &) = delete
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
PassManager.h 1 //===- llvm/PassManager.h - Container for Passes ----------------*- C++ -*-===//
10 // This file defines the PassManager class. This class is used to hold,
11 // maintain, and optimize execution of Passes. The PassManager class ensures
13 // destroyed when the PassManager is destroyed.
38 /// the Pass to the PassManager. When the PassManager is destroyed, the pass
44 /// PassManager manages ModulePassManagers
45 class PassManager : public PassManagerBase {
48 PassManager();
49 ~PassManager();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
LegacyPassManager.h 10 // This file defines the legacy PassManager class. This class is used to hold,
11 // maintain, and optimize execution of Passes. The PassManager class ensures
13 // destroyed when the PassManager is destroyed.
41 /// the Pass to the PassManager. When the PassManager is destroyed, the pass
48 /// PassManager manages ModulePassManagers
49 class PassManager : public PassManagerBase {
52 PassManager();
53 ~PassManager() override;
62 /// PassManagerImpl_New is the actual class. PassManager is just th
    [all...]
PassManager.h 1 //===- PassManager.h - Pass management infrastructure -----------*- C++ -*-===//
406 class PassManager : public PassInfoMixin<
407 PassManager<IRUnitT, AnalysisManagerT, ExtraArgTs...>> {
412 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
418 PassManager(PassManager &&Arg)
422 PassManager &operator=(PassManager &&RHS) {
488 extern template class PassManager<Module>;
490 typedef PassManager<Module> ModulePassManager
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
LegacyPassManager.h 10 // This file defines the legacy PassManager class. This class is used to hold,
11 // maintain, and optimize execution of Passes. The PassManager class ensures
13 // destroyed when the PassManager is destroyed.
41 /// the Pass to the PassManager. When the PassManager is destroyed, the pass
48 /// PassManager manages ModulePassManagers
49 class PassManager : public PassManagerBase {
52 PassManager();
53 ~PassManager() override;
62 /// PassManagerImpl_New is the actual class. PassManager is just th
    [all...]
PassManager.h 1 //===- PassManager.h - Pass management infrastructure -----------*- C++ -*-===//
406 class PassManager : public PassInfoMixin<
407 PassManager<IRUnitT, AnalysisManagerT, ExtraArgTs...>> {
412 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
418 PassManager(PassManager &&Arg)
422 PassManager &operator=(PassManager &&RHS) {
488 extern template class PassManager<Module>;
490 typedef PassManager<Module> ModulePassManager
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
LegacyPassManager.h 10 // This file defines the legacy PassManager class. This class is used to hold,
11 // maintain, and optimize execution of Passes. The PassManager class ensures
13 // destroyed when the PassManager is destroyed.
41 /// the Pass to the PassManager. When the PassManager is destroyed, the pass
48 /// PassManager manages ModulePassManagers
49 class PassManager : public PassManagerBase {
52 PassManager();
53 ~PassManager() override;
62 /// PassManagerImpl_New is the actual class. PassManager is just th
    [all...]
PassManager.h 1 //===- PassManager.h - Pass management infrastructure -----------*- C++ -*-===//
406 class PassManager : public PassInfoMixin<
407 PassManager<IRUnitT, AnalysisManagerT, ExtraArgTs...>> {
412 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
418 PassManager(PassManager &&Arg)
422 PassManager &operator=(PassManager &&RHS) {
488 extern template class PassManager<Module>;
490 typedef PassManager<Module> ModulePassManager
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
LegacyPassManager.h 10 // This file defines the legacy PassManager class. This class is used to hold,
11 // maintain, and optimize execution of Passes. The PassManager class ensures
13 // destroyed when the PassManager is destroyed.
41 /// the Pass to the PassManager. When the PassManager is destroyed, the pass
48 /// PassManager manages ModulePassManagers
49 class PassManager : public PassManagerBase {
52 PassManager();
53 ~PassManager() override;
62 /// PassManagerImpl_New is the actual class. PassManager is just th
    [all...]
PassManager.h 1 //===- PassManager.h - Pass management infrastructure -----------*- C++ -*-===//
406 class PassManager : public PassInfoMixin<
407 PassManager<IRUnitT, AnalysisManagerT, ExtraArgTs...>> {
412 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
418 PassManager(PassManager &&Arg)
422 PassManager &operator=(PassManager &&RHS) {
488 extern template class PassManager<Module>;
490 typedef PassManager<Module> ModulePassManager
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
LegacyPassManager.h 10 // This file defines the legacy PassManager class. This class is used to hold,
11 // maintain, and optimize execution of Passes. The PassManager class ensures
13 // destroyed when the PassManager is destroyed.
41 /// the Pass to the PassManager. When the PassManager is destroyed, the pass
48 /// PassManager manages ModulePassManagers
49 class PassManager : public PassManagerBase {
52 PassManager();
53 ~PassManager() override;
62 /// PassManagerImpl_New is the actual class. PassManager is just th
    [all...]
PassManager.h 1 //===- PassManager.h - Pass management infrastructure -----------*- C++ -*-===//
406 class PassManager : public PassInfoMixin<
407 PassManager<IRUnitT, AnalysisManagerT, ExtraArgTs...>> {
412 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
418 PassManager(PassManager &&Arg)
422 PassManager &operator=(PassManager &&RHS) {
488 extern template class PassManager<Module>;
490 typedef PassManager<Module> ModulePassManager
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
LegacyPassManager.h 10 // This file defines the legacy PassManager class. This class is used to hold,
11 // maintain, and optimize execution of Passes. The PassManager class ensures
13 // destroyed when the PassManager is destroyed.
41 /// the Pass to the PassManager. When the PassManager is destroyed, the pass
48 /// PassManager manages ModulePassManagers
49 class PassManager : public PassManagerBase {
52 PassManager();
53 ~PassManager() override;
62 /// PassManagerImpl_New is the actual class. PassManager is just th
    [all...]
PassManager.h 1 //===- PassManager.h - Pass management infrastructure -----------*- C++ -*-===//
406 class PassManager : public PassInfoMixin<
407 PassManager<IRUnitT, AnalysisManagerT, ExtraArgTs...>> {
412 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
418 PassManager(PassManager &&Arg)
422 PassManager &operator=(PassManager &&RHS) {
488 extern template class PassManager<Module>;
490 typedef PassManager<Module> ModulePassManager
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
LegacyPassManager.h 10 // This file defines the legacy PassManager class. This class is used to hold,
11 // maintain, and optimize execution of Passes. The PassManager class ensures
13 // destroyed when the PassManager is destroyed.
41 /// the Pass to the PassManager. When the PassManager is destroyed, the pass
48 /// PassManager manages ModulePassManagers
49 class PassManager : public PassManagerBase {
52 PassManager();
53 ~PassManager() override;
62 /// PassManagerImpl_New is the actual class. PassManager is just th
    [all...]
PassManager.h 1 //===- PassManager.h - Pass management infrastructure -----------*- C++ -*-===//
406 class PassManager : public PassInfoMixin<
407 PassManager<IRUnitT, AnalysisManagerT, ExtraArgTs...>> {
412 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
418 PassManager(PassManager &&Arg)
422 PassManager &operator=(PassManager &&RHS) {
488 extern template class PassManager<Module>;
490 typedef PassManager<Module> ModulePassManager
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
LegacyPassManager.h 10 // This file defines the legacy PassManager class. This class is used to hold,
11 // maintain, and optimize execution of Passes. The PassManager class ensures
13 // destroyed when the PassManager is destroyed.
41 /// the Pass to the PassManager. When the PassManager is destroyed, the pass
48 /// PassManager manages ModulePassManagers
49 class PassManager : public PassManagerBase {
52 PassManager();
53 ~PassManager() override;
62 /// PassManagerImpl_New is the actual class. PassManager is just th
    [all...]
PassManager.h 1 //===- PassManager.h - Pass management infrastructure -----------*- C++ -*-===//
406 class PassManager : public PassInfoMixin<
407 PassManager<IRUnitT, AnalysisManagerT, ExtraArgTs...>> {
412 explicit PassManager(bool DebugLogging = false) : DebugLogging(DebugLogging) {}
418 PassManager(PassManager &&Arg)
422 PassManager &operator=(PassManager &&RHS) {
488 extern template class PassManager<Module>;
490 typedef PassManager<Module> ModulePassManager
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
pass_manager.h 47 class PassManager {
  /external/llvm/lib/IR/
LegacyPassManager.cpp 53 cl::desc("Print PassManager debugging information"),
400 /// \copydoc PassManager::add()
711 for (PMDataManager *PassManager : PassManagers)
712 if (Pass *P = PassManager->findAnalysisPass(AID, false))
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go 52 PassManager struct {
80 func (c PassManager) IsNil() bool { return c.C == nil }
    [all...]

Completed in 1270 milliseconds