Home
last modified time | relevance | path

Searched refs:PhiValuesPrinterPass (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPhiValues.h130 class PhiValuesPrinterPass : public PassInfoMixin<PhiValuesPrinterPass> {
134 explicit PhiValuesPrinterPass(raw_ostream &OS) : OS(OS) {} in PhiValuesPrinterPass() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DPhiValues.cpp197 PreservedAnalyses PhiValuesPrinterPass::run(Function &F, in run()
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def516 FUNCTION_PASS("print<phi-values>", PhiValuesPrinterPass(errs()))