Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h298 bool isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, const Loop *L);
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp949 bool SCEVExpander::isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, in isExpandedAddRecExprPHI() function in SCEVExpander
1113 if (!isExpandedAddRecExprPHI(PN, TempIncV, L)) in getAddRecExprPHILiterally()
1772 || isExpandedAddRecExprPHI(OrigPhiRef, OrigInc, L)) in replaceCongruentIVs()
1774 || isExpandedAddRecExprPHI(Phi, IsomorphicInc, L))) { in replaceCongruentIVs()