Searched refs:OtherUse (Results 1 – 2 of 2) sorted by relevance
33 static bool isUsedAsMemCpySource(const Value *V, bool &OtherUse) { in isUsedAsMemCpySource() argument38 UsedAsMemCpySource |= isUsedAsMemCpySource(User, OtherUse); in isUsedAsMemCpySource()47 OtherUse = true; in isUsedAsMemCpySource()59 bool OtherUse = false; in adjustInliningThreshold() local60 if (isUsedAsMemCpySource(&Arg, OtherUse) && !OtherUse) in adjustInliningThreshold()
3032 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local3033 if (!OtherUse) in ChainInstruction()3040 if (IncIter->UserInst == OtherUse) in ChainInstruction()3046 if (SE.isSCEVable(OtherUse->getType()) in ChainInstruction()3047 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse)) in ChainInstruction()3048 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()3051 NearUsers.insert(OtherUse); in ChainInstruction()