Lines Matching refs:Found
1217 bool Found = (MOReg == Reg); in findRegisterDefOperandIdx() local
1218 if (!Found && TRI && isPhys && in findRegisterDefOperandIdx()
1221 Found = TRI->regsOverlap(MOReg, Reg); in findRegisterDefOperandIdx()
1223 Found = TRI->isSubRegister(MOReg, Reg); in findRegisterDefOperandIdx()
1225 if (Found && (!isDead || MO.isDead())) in findRegisterDefOperandIdx()
1779 bool Found = false; in addRegisterKilled() local
1790 if (!Found) { in addRegisterKilled()
1798 Found = true; in addRegisterKilled()
1822 if (!Found && AddIfNotFound) { in addRegisterKilled()
1829 return Found; in addRegisterKilled()
1851 bool Found = false; in addRegisterDead() local
1863 Found = true; in addRegisterDead()
1886 if (Found || !AddIfNotFound) in addRegisterDead()
1887 return Found; in addRegisterDead()