Home | History | Annotate | Download | only in IR

Lines Matching refs:Msg

920 void PMDataManager::removeDeadPasses(Pass *P, StringRef Msg,
939 freePass(*I, Msg, DBG_STR);
942 void PMDataManager::freePass(Pass *P, StringRef Msg,
944 dumpPassInfo(P, FREEING_MSG, DBG_STR, Msg);
1148 StringRef Msg) {
1167 dbgs() << "' on BasicBlock '" << Msg << "'...\n";
1170 dbgs() << "' on Function '" << Msg << "'...\n";
1173 dbgs() << "' on Module '" << Msg << "'...\n";
1176 dbgs() << "' on Region '" << Msg << "'...\n";
1179 dbgs() << "' on Loop '" << Msg << "'...\n";
1182 dbgs() << "' on Call Graph Nodes '" << Msg << "'...\n";
1207 void PMDataManager::dumpAnalysisUsage(StringRef Msg, const Pass *P,
1212 dbgs() << (const void*)P << std::string(getDepth()*2+3, ' ') << Msg << " Analyses:";