Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
DStackLifetime.h83 enum class LivenessType { enum
90 LivenessType Type;
136 LivenessType Type);
193 StackLifetime::LivenessType Type;
197 StackLifetimePrinterPass(raw_ostream &OS, StackLifetime::LivenessType Type) in StackLifetimePrinterPass()
/external/llvm-project/llvm/lib/Analysis/
DStackLifetime.cpp196 case LivenessType::May: in calculateLocalLiveness()
199 case LivenessType::Must: in calculateLocalLiveness()
311 LivenessType Type) in StackLifetime()
326 case LivenessType::May: in run()
329 case LivenessType::Must: in run()
DStackSafetyAnalysis.cpp451 StackLifetime SL(F, Allocas, StackLifetime::LivenessType::Must); in run()
/external/llvm-project/llvm/lib/Passes/
DPassBuilder.cpp2133 Expected<StackLifetime::LivenessType>
2135 StackLifetime::LivenessType Result = StackLifetime::LivenessType::May; in parseStackLifetimeOptions()
2141 Result = StackLifetime::LivenessType::May; in parseStackLifetimeOptions()
2143 Result = StackLifetime::LivenessType::Must; in parseStackLifetimeOptions()
DPassRegistry.def367 [](StackLifetime::LivenessType Type) {
/external/llvm-project/llvm/lib/CodeGen/
DSafeStack.cpp501 StackLifetime SSC(F, StaticAllocas, StackLifetime::LivenessType::May); in moveStaticAllocasToUnsafeStack()
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp572 StackLifetime::LivenessType::May); in addFieldForAllocas()