Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp1185 Instruction *RdxInstr = LoopExitInstr; in getReductionOpChain() local
1201 RdxInstr = Chain; in getReductionOpChain()
1209 if (!isCorrectOpcode(RdxInstr) || !LoopExitInstr->hasNUses(2)) in getReductionOpChain()
1221 while (Cur != RdxInstr) { in getReductionOpChain()