Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPhiValues.h129 class PhiValuesPrinterPass : public PassInfoMixin<PhiValuesPrinterPass> {
133 explicit PhiValuesPrinterPass(raw_ostream &OS) : OS(OS) {} in PhiValuesPrinterPass() function
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DPhiValues.cpp195 PreservedAnalyses PhiValuesPrinterPass::run(Function &F, in run()
/src/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def437 FUNCTION_PASS("print<phi-values>", PhiValuesPrinterPass(dbgs()))