Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp199 if (Type == LivenessType::Must && BitsIn.empty()) in calculateLocalLiveness()
215 case LivenessType::May: in calculateLocalLiveness()
220 case LivenessType::Must: in calculateLocalLiveness()
235 if (Type == LivenessType::Must) { in calculateLocalLiveness()
320 LivenessType Type) in StackLifetime()
335 case LivenessType::May: in run()
338 case LivenessType::Must: in run()
419 case StackLifetime::LivenessType::May: in printPipeline()
422 case StackLifetime::LivenessType::Must: in printPipeline()
H A DStackSafetyAnalysis.cpp564 StackLifetime SL(F, Allocas, StackLifetime::LivenessType::Must); in run()
/src/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp1054 Expected<StackLifetime::LivenessType>
1056 StackLifetime::LivenessType Result = StackLifetime::LivenessType::May; in parseStackLifetimeOptions()
1062 Result = StackLifetime::LivenessType::May; in parseStackLifetimeOptions()
1064 Result = StackLifetime::LivenessType::Must; in parseStackLifetimeOptions()
H A DPassRegistry.def561 [](StackLifetime::LivenessType Type) {
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp496 StackLifetime SSC(F, StaticAllocas, StackLifetime::LivenessType::May); in moveStaticAllocasToUnsafeStack()
/src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp814 StackLifetime::LivenessType::May); in addFieldForAllocas()