Lines Matching refs:PassManager
1 //===- PassManager.cpp - LLVM Pass Infrastructure Implementation ----------===//
16 #include "llvm/PassManager.h"
50 cl::desc("Print PassManager debugging information"),
230 /// the Pass to the PassManager. When the PassManager is destroyed, the pass
381 /// the Pass to the PassManager. When the PassManager is destroyed, the pass
1361 /// ownership of the Pass to the PassManager. When the
1660 // PassManager implementation
1663 PassManager::PassManager() {
1669 PassManager::~PassManager() {
1674 /// the Pass to the PassManager. When the PassManager is destroyed, the pass
1677 void PassManager::add(Pass *P) {
1683 bool PassManager::run(Module &M) {