Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2106 Instruction *tailUserInst() const { return Incs.back().UserInst; } in tailUserInst() function
3078 if (isa<PHINode>(Chain.tailUserInst()) in isProfitableChain()
3079 && SE.getSCEV(Chain.tailUserInst()) == Chain.Incs[0].IncExpr) { in isProfitableChain()
3160 if (isa<PHINode>(UserInst) && isa<PHINode>(Chain.tailUserInst())) in ChainInstruction()
3483 if (isa<PHINode>(Chain.tailUserInst())) { in GenerateIVChain()
6037 if (PHINode *PN = dyn_cast<PHINode>(Chain.tailUserInst())) in ImplementSolution()