Searched refs:isExpandedAddRecExprPHI (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h257 bool isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, const Loop *L);
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp986 bool SCEVExpander::isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, function in class:SCEVExpander
1052 if (!isExpandedAddRecExprPHI(PN, IncV, L))
1654 || isExpandedAddRecExprPHI(OrigPhiRef, OrigInc, L))
1656 || isExpandedAddRecExprPHI(Phi, IsomorphicInc, L))) {

Completed in 90 milliseconds