Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DIVDescriptors.cpp1189 Instruction *RdxInstr = LoopExitInstr; in getReductionOpChain() local
1205 RdxInstr = Chain; in getReductionOpChain()
1213 if (!isCorrectOpcode(RdxInstr) || !LoopExitInstr->hasNUses(2)) in getReductionOpChain()
1225 while (Cur != RdxInstr) { in getReductionOpChain()