HomeSort by relevance Sort by last modified time
    Searched defs:PassManager (Results 1 - 4 of 4) 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.
39 /// the Pass to the PassManager. When the PassManager is destroyed, the pass
45 /// PassManager manages ModulePassManagers
46 class PassManager : public PassManagerBase {
49 PassManager();
50 ~PassManager();
    [all...]
  /external/llvm/lib/IR/
PassManager.cpp 1 //===- PassManager.cpp - LLVM Pass Infrastructure Implementation ----------===//
19 #include "llvm/PassManager.h"
50 cl::desc("Print PassManager debugging information"),
230 /// the Pass to the PassManager. When the PassManager is destroyed, the pass
392 /// 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 278 milliseconds