Searched refs:StackSafetyPrinterPass (Results 1 – 3 of 3) sorted by relevance
52 class StackSafetyPrinterPass : public PassInfoMixin<StackSafetyPrinterPass> {56 explicit StackSafetyPrinterPass(raw_ostream &OS) : OS(OS) {} in StackSafetyPrinterPass() function
214 FUNCTION_PASS("print<stack-safety-local>", StackSafetyPrinterPass(dbgs()))
583 PreservedAnalyses StackSafetyPrinterPass::run(Function &F, in run()