Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2124 Instruction *tailUserInst() const { return Incs.back().UserInst; } in tailUserInst() function
3089 if (isa<PHINode>(Chain.tailUserInst()) in isProfitableChain()
3090 && SE.getSCEV(Chain.tailUserInst()) == Chain.Incs[0].IncExpr) { in isProfitableChain()
3171 if (isa<PHINode>(UserInst) && isa<PHINode>(Chain.tailUserInst())) in ChainInstruction()
3498 if (isa<PHINode>(Chain.tailUserInst())) { in GenerateIVChain()
6074 if (PHINode *PN = dyn_cast<PHINode>(Chain.tailUserInst())) in ImplementSolution()