Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackLifetime.cpp39 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 DCMakeLists.txt119 StackLifetime.cpp
H A DStackSafetyAnalysis.cpp246 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 DStackLifetime.h38 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 DSafeStackLayout.h30 StackLifetime::LiveRange Range;
33 const StackLifetime::LiveRange &Range) in StackRegion()
43 StackLifetime::LiveRange Range;
59 const StackLifetime::LiveRange &Range);
H A DSafeStackLayout.cpp41 const StackLifetime::LiveRange &Range) { in addObject()
98 Regions.emplace_back(LastRegionEnd, Start, StackLifetime::LiveRange(0)); in layoutObject()
H A DSafeStack.cpp502 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 DMakefile108 StackLifetime.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Analysis/
H A DBUILD.gn114 "StackLifetime.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilder.cpp2293 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 DPassRegistry.def368 [](StackLifetime::LivenessType Type) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp620 StackLifetime StackLifetimeAnalyzer(F, ExtractAllocas(), in addFieldForAllocas()
621 StackLifetime::LivenessType::May); in addFieldForAllocas()