Home | History | Annotate | Download | only in Analysis

Lines Matching defs:dump

162             D->dump(OS);
389 void DependenceAnalysis::Constraint::dump(raw_ostream &OS) const {
403 llvm_unreachable("unknown constraint type in Constraint::dump");
418 DEBUG(dbgs() << "\t X ="; X->dump(dbgs()));
419 DEBUG(dbgs() << "\t Y ="; Y->dump(dbgs()));
570 void Dependence::dump(raw_ostream &OS) const {
2985 DEBUG(Constraints[LI].dump(dbgs()));
3128 DEBUG(CurConstraint.dump(dbgs()));
3178 // For debugging purposes, dump a small bit vector to dbgs().