Searched refs:dumpBlockLiveness (Results 1 – 3 of 3) sorted by relevance
94 void dumpBlockLiveness(const SourceManager& M);
102 void dumpBlockLiveness(const SourceManager& M);569 void LiveVariables::dumpBlockLiveness(const SourceManager &M) { in dumpBlockLiveness() function in LiveVariables570 getImpl(impl).dumpBlockLiveness(M); in dumpBlockLiveness()573 void LiveVariablesImpl::dumpBlockLiveness(const SourceManager &M) { in dumpBlockLiveness() function in LiveVariablesImpl
59 L->dumpBlockLiveness(mgr.getSourceManager()); in checkASTCodeBody()