Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DPhiValues.h133 class PhiValuesPrinterPass : public PassInfoMixin<PhiValuesPrinterPass> {
137 explicit PhiValuesPrinterPass(raw_ostream &OS) : OS(OS) {} in PhiValuesPrinterPass() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DPhiValues.cpp182 PreservedAnalyses PhiValuesPrinterPass::run(Function &F, in run()
/freebsd-12.1/contrib/llvm/lib/Passes/
H A DPassRegistry.def211 FUNCTION_PASS("print<phi-values>", PhiValuesPrinterPass(dbgs()))