Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h315 class LiveVariablesPrinterPass
316 : public PassInfoMixin<LiveVariablesPrinterPass> {
320 explicit LiveVariablesPrinterPass(raw_ostream &OS) : OS(OS) {} in LiveVariablesPrinterPass() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def140 MACHINE_FUNCTION_PASS("print<live-vars>", LiveVariablesPrinterPass(errs()))
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp52 LiveVariablesPrinterPass::run(MachineFunction &MF, in run()