Searched refs:StackLifetime (Results 1 – 22 of 22) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | StackLifetime.cpp | 34 const StackLifetime::LiveRange & 35 StackLifetime::getLiveRange(const AllocaInst *AI) const { in getLiveRange() 41 bool StackLifetime::isReachable(const Instruction *I) const { in isReachable() 45 bool StackLifetime::isAliveAfter(const AllocaInst *AI, in isAliveAfter() 85 void StackLifetime::collectMarkers() { in collectMarkers() 174 void StackLifetime::calculateLocalLiveness() { in calculateLocalLiveness() 244 void StackLifetime::calculateLiveIntervals() { in calculateLiveIntervals() 292 LLVM_DUMP_METHOD void StackLifetime::dumpAllocas() const { in dumpAllocas() 298 LLVM_DUMP_METHOD void StackLifetime::dumpBlockLiveness() const { in dumpBlockLiveness() 311 LLVM_DUMP_METHOD void StackLifetime::dumpLiveRanges() const { in dumpLiveRanges() [all …]
|
| H A D | CMakeLists.txt | 129 StackLifetime.cpp
|
| H A D | StackSafetyAnalysis.cpp | 254 const StackLifetime &SL); 395 const StackLifetime &SL) { in analyzeAllUses() 532 StackLifetime SL(F, Allocas, StackLifetime::LivenessType::Must); in run()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | StackLifetime.h | 37 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | SafeStackLayout.h | 30 StackLifetime::LiveRange Range; 33 const StackLifetime::LiveRange &Range) in StackRegion() 44 StackLifetime::LiveRange Range; 60 const StackLifetime::LiveRange &Range);
|
| H A D | SafeStackLayout.cpp | 40 const StackLifetime::LiveRange &Range) { in addObject() 98 Regions.emplace_back(LastRegionEnd, Start, StackLifetime::LiveRange(0)); in layoutObject()
|
| H A D | SafeStack.cpp | 497 StackLifetime SSC(F, StaticAllocas, StackLifetime::LivenessType::May); in moveStaticAllocasToUnsafeStack() 498 static const StackLifetime::LiveRange NoColoringRange(1, true); in moveStaticAllocasToUnsafeStack()
|
| /openbsd-src/gnu/usr.bin/clang/libLLVMAnalysis/ |
| H A D | Makefile | 110 StackLifetime.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/Analysis/ |
| H A D | BUILD.gn | 119 "StackLifetime.cpp",
|
| /openbsd-src/gnu/llvm/llvm/lib/Passes/ |
| H A D | PassBuilder.cpp | 871 Expected<StackLifetime::LivenessType> 873 StackLifetime::LivenessType Result = StackLifetime::LivenessType::May; in parseStackLifetimeOptions() 879 Result = StackLifetime::LivenessType::May; in parseStackLifetimeOptions() 881 Result = StackLifetime::LivenessType::Must; in parseStackLifetimeOptions()
|
| H A D | PassRegistry.def | 493 [](StackLifetime::LivenessType Type) {
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 670 StackLifetime StackLifetimeAnalyzer(F, ExtractAllocas(), in addFieldForAllocas() 671 StackLifetime::LivenessType::May); in addFieldForAllocas()
|
| /openbsd-src/distrib/sets/lists/comp/ |
| H A D | clang.amd64 | 1182 ./usr/include/llvm/Analysis/StackLifetime.h
|
| H A D | clang.macppc | 1181 ./usr/include/llvm/Analysis/StackLifetime.h
|
| H A D | clang.loongson | 1181 ./usr/include/llvm/Analysis/StackLifetime.h
|
| H A D | clang.octeon | 1181 ./usr/include/llvm/Analysis/StackLifetime.h
|
| H A D | clang.arm64 | 1182 ./usr/include/llvm/Analysis/StackLifetime.h
|
| H A D | clang.powerpc64 | 1180 ./usr/include/llvm/Analysis/StackLifetime.h
|
| H A D | clang.armv7 | 1180 ./usr/include/llvm/Analysis/StackLifetime.h
|
| H A D | clang.i386 | 1180 ./usr/include/llvm/Analysis/StackLifetime.h
|
| H A D | clang.sparc64 | 1181 ./usr/include/llvm/Analysis/StackLifetime.h
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 5027 llvm/include/llvm/Analysis/StackLifetime.h
|