Home
last modified time | relevance | path

Searched refs:dumpLiveRanges (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackLifetime.h129 void dumpLiveRanges() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp302 LLVM_DUMP_METHOD void StackLifetime::dumpLiveRanges() const { in dumpLiveRanges() function in StackLifetime
344 LLVM_DEBUG(dumpLiveRanges()); in run()