Home
last modified time | relevance | path

Searched refs:OtherUse (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3001 Instruction *OtherUse = dyn_cast<Instruction>(U); in ChainInstruction() local
3002 if (!OtherUse) in ChainInstruction()
3009 if (IncIter->UserInst == OtherUse) in ChainInstruction()
3015 if (SE.isSCEVable(OtherUse->getType()) in ChainInstruction()
3016 && !isa<SCEVUnknown>(SE.getSCEV(OtherUse)) in ChainInstruction()
3017 && IU.isIVUserOrOperand(OtherUse)) { in ChainInstruction()
3020 NearUsers.insert(OtherUse); in ChainInstruction()