Searched refs:dumpBlockLiveness (Results 1 – 5 of 5) sorted by relevance
92 void dumpBlockLiveness(const SourceManager &M);
47 void dumpBlockLiveness(const SourceManager& M);577 void LiveVariables::dumpBlockLiveness(const SourceManager &M) { in dumpBlockLiveness() function in LiveVariables578 getImpl(impl).dumpBlockLiveness(M); in dumpBlockLiveness()581 void LiveVariablesImpl::dumpBlockLiveness(const SourceManager &M) { in dumpBlockLiveness() function in LiveVariablesImpl
282 LLVM_DUMP_METHOD void StackLifetime::dumpBlockLiveness() const { in dumpBlockLiveness() function in StackLifetime335 LLVM_DEBUG(dumpBlockLiveness()); in run()
127 void dumpBlockLiveness() const;
115 L->dumpBlockLiveness(mgr.getSourceManager()); in checkASTCodeBody()