Searched refs:StackLifetime (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | StackLifetime.cpp | 39 const StackLifetime::LiveRange & 40 StackLifetime::getLiveRange(const AllocaInst *AI) const { in getLiveRange() 46 bool StackLifetime::isReachable(const Instruction *I) const { in isReachable() 50 bool StackLifetime::isAliveAfter(const AllocaInst *AI, in isAliveAfter() 91 void StackLifetime::collectMarkers() { in collectMarkers() 180 void StackLifetime::calculateLocalLiveness() { in calculateLocalLiveness() 233 void StackLifetime::calculateLiveIntervals() { in calculateLiveIntervals() 283 LLVM_DUMP_METHOD void StackLifetime::dumpAllocas() const { in dumpAllocas() 289 LLVM_DUMP_METHOD void StackLifetime::dumpBlockLiveness() const { in dumpBlockLiveness() 302 LLVM_DUMP_METHOD void StackLifetime::dumpLiveRanges() const { in dumpLiveRanges() [all …]
|
H A D | CMakeLists.txt | 119 StackLifetime.cpp
|
H A D | StackSafetyAnalysis.cpp | 246 const StackLifetime &SL); 331 const StackLifetime &SL) { in analyzeAllUses() 451 StackLifetime SL(F, Allocas, StackLifetime::LivenessType::Must); in run()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | StackLifetime.h | 38 class StackLifetime { 67 const StackLifetime::LiveRange &R); 136 StackLifetime(const Function &F, ArrayRef<const AllocaInst *> Allocas, 180 const StackLifetime::LiveRange &R) { 187 StackLifetime::LivenessType Type; 191 StackLifetimePrinterPass(raw_ostream &OS, StackLifetime::LivenessType Type) in StackLifetimePrinterPass()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | SafeStackLayout.h | 30 StackLifetime::LiveRange Range; 33 const StackLifetime::LiveRange &Range) in StackRegion() 43 StackLifetime::LiveRange Range; 59 const StackLifetime::LiveRange &Range);
|
H A D | SafeStackLayout.cpp | 41 const StackLifetime::LiveRange &Range) { in addObject() 98 Regions.emplace_back(LastRegionEnd, Start, StackLifetime::LiveRange(0)); in layoutObject()
|
H A D | SafeStack.cpp | 502 StackLifetime SSC(F, StaticAllocas, StackLifetime::LivenessType::May); in moveStaticAllocasToUnsafeStack() 503 static const StackLifetime::LiveRange NoColoringRange(1, true); in moveStaticAllocasToUnsafeStack()
|
/netbsd-src/external/apache2/llvm/lib/libLLVMAnalysis/ |
H A D | Makefile | 108 StackLifetime.cpp \
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Analysis/ |
H A D | BUILD.gn | 114 "StackLifetime.cpp",
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/ |
H A D | PassBuilder.cpp | 2293 Expected<StackLifetime::LivenessType> 2295 StackLifetime::LivenessType Result = StackLifetime::LivenessType::May; in parseStackLifetimeOptions() 2301 Result = StackLifetime::LivenessType::May; in parseStackLifetimeOptions() 2303 Result = StackLifetime::LivenessType::Must; in parseStackLifetimeOptions()
|
H A D | PassRegistry.def | 368 [](StackLifetime::LivenessType Type) {
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 620 StackLifetime StackLifetimeAnalyzer(F, ExtractAllocas(), in addFieldForAllocas() 621 StackLifetime::LivenessType::May); in addFieldForAllocas()
|