Home
last modified time | relevance | path

Searched refs:LivenessType (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DStackLifetime.h83 enum class LivenessType { enum
90 LivenessType Type;
136 LivenessType Type);
186 StackLifetime::LivenessType Type;
190 StackLifetimePrinterPass(raw_ostream &OS, StackLifetime::LivenessType Type) in StackLifetimePrinterPass()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DStackLifetime.cpp191 case LivenessType::May: in calculateLocalLiveness()
194 case LivenessType::Must: in calculateLocalLiveness()
304 LivenessType Type) in StackLifetime()
319 case LivenessType::May: in run()
322 case LivenessType::Must: in run()
403 case StackLifetime::LivenessType::May: in printPipeline()
406 case StackLifetime::LivenessType::Must: in printPipeline()
H A DStackSafetyAnalysis.cpp532 StackLifetime SL(F, Allocas, StackLifetime::LivenessType::Must); in run()
/llvm-project-15.0.7/llvm/lib/Passes/
H A DPassBuilder.cpp833 Expected<StackLifetime::LivenessType>
835 StackLifetime::LivenessType Result = StackLifetime::LivenessType::May; in parseStackLifetimeOptions()
841 Result = StackLifetime::LivenessType::May; in parseStackLifetimeOptions()
843 Result = StackLifetime::LivenessType::Must; in parseStackLifetimeOptions()
H A DPassRegistry.def471 [](StackLifetime::LivenessType Type) {
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSafeStack.cpp496 StackLifetime SSC(F, StaticAllocas, StackLifetime::LivenessType::May); in moveStaticAllocasToUnsafeStack()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp650 StackLifetime::LivenessType::May); in addFieldForAllocas()