HomeSort by relevance Sort by last modified time
    Searched defs:PassManager (Results 1 - 4 of 4) 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
47 /// PassManager manages ModulePassManagers
48 class PassManager : public PassManagerBase {
51 PassManager();
52 ~PassManager();
55 /// the Pass to the PassManager. When the PassManager is destroyed, the pas
    [all...]
  /external/llvm/lib/IR/
LegacyPassManager.cpp 52 cl::desc("Print PassManager debugging information"),
231 /// the Pass to the PassManager. When the PassManager is destroyed, the pass
402 /// the Pass to the PassManager. When the PassManager is destroyed, the pass
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml     [all...]
llvm.mli     [all...]

Completed in 353 milliseconds