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

  /external/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...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml     [all...]
llvm.mli     [all...]

Completed in 150 milliseconds