Searched refs:LivenessType (Results 1 – 7 of 7) sorted by relevance
83 enum class LivenessType { enum90 LivenessType Type;136 LivenessType Type);186 StackLifetime::LivenessType Type;190 StackLifetimePrinterPass(raw_ostream &OS, StackLifetime::LivenessType Type) in StackLifetimePrinterPass()
191 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()
532 StackLifetime SL(F, Allocas, StackLifetime::LivenessType::Must); in run()
833 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()
471 [](StackLifetime::LivenessType Type) {
496 StackLifetime SSC(F, StaticAllocas, StackLifetime::LivenessType::May); in moveStaticAllocasToUnsafeStack()
650 StackLifetime::LivenessType::May); in addFieldForAllocas()