Searched refs:printAfter (Results 1 – 2 of 2) sorted by relevance
433 bool printAfter = true);442 void addPass(Pass *P, bool verifyAfter = true, bool printAfter = true);
519 void TargetPassConfig::addPass(Pass *P, bool verifyAfter, bool printAfter) { in addPass() argument535 if (AddingMachinePasses && (printAfter || verifyAfter)) in addPass()539 if (printAfter) in addPass()569 bool printAfter) { in addPass() argument584 addPass(P, verifyAfter, printAfter); // Ends the lifetime of P. in addPass()