Lines Matching defs:InstrExec
283 SetOfInstr InstrExec;
741 InstrExec.insert(&MI);
801 if (!InstrExec.count(&MI))
836 if (!InstrExec.count(&MI))
907 InstrExec.insert(&*It);
919 if (It != End && InstrExec.count(&*It))
925 InstrExec.insert(&*It);
998 if (InstrExec.count(&MI)) {
1047 if (MI.isBranch() && !InstrExec.count(&MI))
1062 InstrExec.clear();