Home | History | Annotate | Download | only in bugpoint

Lines Matching defs:Instructions

19 #include "llvm/Instructions.h"
357 /// non-terminator instructions and replacing them with undef.
388 SmallPtrSet<Instruction*, 64> Instructions;
391 Instructions.insert(cast<Instruction>(VMap[Insts[i]]));
394 outs() << "Checking for crash with only " << Instructions.size();
395 if (Instructions.size() == 1)
398 outs() << " instructions: ";
404 if (!Instructions.count(Inst) && !isa<TerminatorInst>(Inst) &&
424 for (SmallPtrSet<Instruction*, 64>::const_iterator I = Instructions.begin(),
425 E = Instructions.end(); I != E; ++I)
527 // Attempt to delete instructions using bisection. This should help out nasty
544 // larger chunks of instructions at a time!
553 // program, try to remove instructions that are not necessary to cause the
554 // crash. To do this, we loop through all of the instructions in the
563 // Loop over all of the (non-terminator) instructions remaining in the