Searched refs:dumpBlockLiveness (Results 1 – 5 of 5) sorted by relevance
47 void dumpBlockLiveness(const SourceManager& M);556 void LiveVariables::dumpBlockLiveness(const SourceManager &M) { in dumpBlockLiveness() function in LiveVariables557 getImpl(impl).dumpBlockLiveness(M); in dumpBlockLiveness()560 void LiveVariablesImpl::dumpBlockLiveness(const SourceManager &M) { in dumpBlockLiveness() function in LiveVariablesImpl
92 void dumpBlockLiveness(const SourceManager &M);
289 LLVM_DUMP_METHOD void StackLifetime::dumpBlockLiveness() const { in dumpBlockLiveness() function in StackLifetime342 LLVM_DEBUG(dumpBlockLiveness()); in run()
128 void dumpBlockLiveness() const;
115 L->dumpBlockLiveness(mgr.getSourceManager()); in checkASTCodeBody()