Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1938 Instruction *tailUserInst() const { return Incs.back().UserInst; } in tailUserInst() function
2893 if (isa<PHINode>(Chain.tailUserInst()) in isProfitableChain()
2894 && SE.getSCEV(Chain.tailUserInst()) == Chain.Incs[0].IncExpr) { in isProfitableChain()
2975 if (isa<PHINode>(UserInst) && isa<PHINode>(Chain.tailUserInst())) in ChainInstruction()
3263 if (isa<PHINode>(Chain.tailUserInst())) { in GenerateIVChain()
5774 if (PHINode *PN = dyn_cast<PHINode>(Chain.tailUserInst())) in ImplementSolution()