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