Home
last modified time | relevance | path

Searched refs:StackLifetime (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp34 const StackLifetime::LiveRange &
85 void StackLifetime::collectMarkers() { in collectMarkers()
174 void StackLifetime::calculateLocalLiveness() { in calculateLocalLiveness()
318 StackLifetime::StackLifetime(const Function &F, in StackLifetime() function in StackLifetime
330 void StackLifetime::run() { in run()
356 class StackLifetime::LifetimeAnnotationWriter
358 const StackLifetime &SL;
396 void StackLifetime::print(raw_ostream &OS) { in print()
407 StackLifetime SL(F, Allocas, Type); in run()
419 case StackLifetime::LivenessType::May: in printPipeline()
[all …]
H A DStackSafetyAnalysis.cpp254 const StackLifetime &SL);
395 const StackLifetime &SL) { in analyzeAllUses()
542 StackLifetime SL(F, Allocas, StackLifetime::LivenessType::Must); in run()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h37 class StackLifetime {
66 const StackLifetime::LiveRange &R);
135 StackLifetime(const Function &F, ArrayRef<const AllocaInst *> Allocas,
179 const StackLifetime::LiveRange &R) {
186 StackLifetime::LivenessType Type;
190 StackLifetimePrinterPass(raw_ostream &OS, StackLifetime::LivenessType Type) in StackLifetimePrinterPass()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStackLayout.h30 StackLifetime::LiveRange Range;
33 const StackLifetime::LiveRange &Range) in StackRegion()
44 StackLifetime::LiveRange Range;
60 const StackLifetime::LiveRange &Range);
H A DSafeStackLayout.cpp40 const StackLifetime::LiveRange &Range) { in addObject()
98 Regions.emplace_back(LastRegionEnd, Start, StackLifetime::LiveRange(0)); in layoutObject()
H A DSafeStack.cpp496 StackLifetime SSC(F, StaticAllocas, StackLifetime::LivenessType::May); in moveStaticAllocasToUnsafeStack()
497 static const StackLifetime::LiveRange NoColoringRange(1, true); in moveStaticAllocasToUnsafeStack()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp1033 Expected<StackLifetime::LivenessType>
1035 StackLifetime::LivenessType Result = StackLifetime::LivenessType::May; in parseStackLifetimeOptions()
1041 Result = StackLifetime::LivenessType::May; in parseStackLifetimeOptions()
1043 Result = StackLifetime::LivenessType::Must; in parseStackLifetimeOptions()
H A DPassRegistry.def536 [](StackLifetime::LivenessType Type) {
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp810 StackLifetime StackLifetimeAnalyzer(F, ExtractAllocas(), in addFieldForAllocas()
811 StackLifetime::LivenessType::May); in addFieldForAllocas()
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile150 SRCS_MIN+= Analysis/StackLifetime.cpp