Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1894 Instruction *tailUserInst() const { return Incs.back().UserInst; } in tailUserInst() function
2862 if (isa<PHINode>(Chain.tailUserInst()) in isProfitableChain()
2863 && SE.getSCEV(Chain.tailUserInst()) == Chain.Incs[0].IncExpr) { in isProfitableChain()
2944 if (isa<PHINode>(UserInst) && isa<PHINode>(Chain.tailUserInst())) in ChainInstruction()
3232 if (isa<PHINode>(Chain.tailUserInst())) { in GenerateIVChain()
5547 if (PHINode *PN = dyn_cast<PHINode>(Chain.tailUserInst())) in ImplementSolution()