Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
DStackLifetime.h191 class StackLifetimePrinterPass
192 : public PassInfoMixin<StackLifetimePrinterPass> {
197 StackLifetimePrinterPass(raw_ostream &OS, StackLifetime::LivenessType Type) in StackLifetimePrinterPass() function
/external/llvm-project/llvm/lib/Analysis/
DStackLifetime.cpp392 PreservedAnalyses StackLifetimePrinterPass::run(Function &F, in run()
/external/llvm-project/llvm/lib/Passes/
DPassRegistry.def368 return StackLifetimePrinterPass(dbgs(), Type);