Searched refs:isExpandedAddRecExprPHI (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.h | 516 bool isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, const Loop *L);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 838 bool SCEVExpander::isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, in isExpandedAddRecExprPHI() function in SCEVExpander 985 if (!isExpandedAddRecExprPHI(&PN, TempIncV, L)) in getAddRecExprPHILiterally() 1599 isExpandedAddRecExprPHI(OrigPhi, OrigInc, L)) && in replaceCongruentIVInc() 1601 isExpandedAddRecExprPHI(Phi, IsomorphicInc, L))) { in replaceCongruentIVInc()
|