Home
last modified time | relevance | path

Searched refs:dumpBlockLiveness (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSafeStackColoring.cpp262 LLVM_DUMP_METHOD void StackColoring::dumpBlockLiveness() { in dumpBlockLiveness() function in StackColoring
308 LLVM_DEBUG(dumpBlockLiveness()); in run()
H A DSafeStackColoring.h110 void dumpBlockLiveness();
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp95 void dumpBlockLiveness(const SourceManager& M);
619 void LiveVariables::dumpBlockLiveness(const SourceManager &M) { in dumpBlockLiveness() function in LiveVariables
620 getImpl(impl).dumpBlockLiveness(M); in dumpBlockLiveness()
623 void LiveVariablesImpl::dumpBlockLiveness(const SourceManager &M) { in dumpBlockLiveness() function in LiveVariablesImpl
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h93 void dumpBlockLiveness(const SourceManager &M);
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp61 L->dumpBlockLiveness(mgr.getSourceManager()); in checkASTCodeBody()