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