Lines Matching refs:DEBUG
21 #include "llvm/Support/Debug.h"
244 DEBUG(errs() << "Pushing LastInst: ");
245 DEBUG(LastInst->dump());
265 DEBUG(errs() << "Pushing SecondLastInst: ");
266 DEBUG(SecondLastInst->dump());
313 DEBUG(errs() << "Removing branch: ");
314 DEBUG(I->dump());
325 DEBUG(errs() << "Removing second branch: ");
326 DEBUG(I->dump());
375 DEBUG(errs() << "Inserted one-way uncond branch: ");
376 DEBUG((*MIB).dump());
395 DEBUG(errs() << "Inserted one-way cond branch: ");
396 DEBUG((*MIB).dump());
413 DEBUG(errs() << "Inserted conditional branch: ");
414 DEBUG((*MIB).dump());
415 DEBUG(errs() << "part 2: ");
416 DEBUG((*MIB2).dump());