Lines Matching defs:SelectItr
35683 // The EFLAGS operand of SelectItr might be missing a kill marker
35685 // which to mark. Figure out whether SelectItr should have had a
35688 static bool checkAndUpdateEFLAGSKill(MachineBasicBlock::iterator SelectItr,
35691 if (isEFLAGSLiveAfter(SelectItr, BB))
35696 SelectItr->addRegisterKilled(X86::EFLAGS, TRI);