Lines Matching refs:Found
926 bool Found = (MOReg == Reg); in findRegisterDefOperandIdx() local
927 if (!Found && TRI && isPhys && in findRegisterDefOperandIdx()
930 Found = TRI->regsOverlap(MOReg, Reg); in findRegisterDefOperandIdx()
932 Found = TRI->isSubRegister(MOReg, Reg); in findRegisterDefOperandIdx()
934 if (Found && (!isDead || MO.isDead())) in findRegisterDefOperandIdx()
1533 bool Found = false; in addRegisterKilled() local
1544 if (!Found) { in addRegisterKilled()
1552 Found = true; in addRegisterKilled()
1576 if (!Found && AddIfNotFound) { in addRegisterKilled()
1583 return Found; in addRegisterKilled()
1591 bool Found = false; in addRegisterDead() local
1603 Found = true; in addRegisterDead()
1628 if (Found || !AddIfNotFound) in addRegisterDead()
1629 return Found; in addRegisterDead()