Home
last modified time | relevance | path

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

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