Lines Matching defs:isExpandedAddRecExprPHI
963 bool SCEVExpander::isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV,
1128 if (!isExpandedAddRecExprPHI(PN, TempIncV, L))
1160 // isExpandedAddRecExprPHI or hoistIVInc that this is possible.
1836 isExpandedAddRecExprPHI(OrigPhiRef, OrigInc, L)) &&
1838 isExpandedAddRecExprPHI(Phi, IsomorphicInc, L))) {