Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h313 class LiveVariablesPrinterPass
314 : public PassInfoMixin<LiveVariablesPrinterPass> {
318 explicit LiveVariablesPrinterPass(raw_ostream &OS) : OS(OS) {} in LiveVariablesPrinterPass() function
/src/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def138 MACHINE_FUNCTION_PASS("print<live-vars>", LiveVariablesPrinterPass(dbgs()))
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp53 LiveVariablesPrinterPass::run(MachineFunction &MF, in run()