Searched refs:tailUserInst (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1883 Instruction *tailUserInst() const { return Incs.back().UserInst; } function in struct:__anon4671::IVChain
2849 if (isa<PHINode>(Chain.tailUserInst())
2850 && SE.getSCEV(Chain.tailUserInst()) == Chain.Incs[0].IncExpr) {
2932 if (isa<PHINode>(UserInst) && isa<PHINode>(Chain.tailUserInst()))
3220 if (isa<PHINode>(Chain.tailUserInst())) {
5528 if (PHINode *PN = dyn_cast<PHINode>(Chain.tailUserInst()))

Completed in 183 milliseconds