Searched refs:dumpBlockLiveness (Results 1 – 5 of 5) sorted by relevance
262 LLVM_DUMP_METHOD void StackColoring::dumpBlockLiveness() { in dumpBlockLiveness() function in StackColoring308 LLVM_DEBUG(dumpBlockLiveness()); in run()
110 void dumpBlockLiveness();
95 void dumpBlockLiveness(const SourceManager& M);619 void LiveVariables::dumpBlockLiveness(const SourceManager &M) { in dumpBlockLiveness() function in LiveVariables620 getImpl(impl).dumpBlockLiveness(M); in dumpBlockLiveness()623 void LiveVariablesImpl::dumpBlockLiveness(const SourceManager &M) { in dumpBlockLiveness() function in LiveVariablesImpl
93 void dumpBlockLiveness(const SourceManager &M);
61 L->dumpBlockLiveness(mgr.getSourceManager()); in checkASTCodeBody()