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