Searched refs:isExpandedAddRecExprPHI (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 488 bool isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, const Loop *L);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 779 bool SCEVExpander::isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, in isExpandedAddRecExprPHI() function in SCEVExpander 925 if (!isExpandedAddRecExprPHI(&PN, TempIncV, L)) in getAddRecExprPHILiterally() 1614 isExpandedAddRecExprPHI(OrigPhiRef, OrigInc, L)) && in replaceCongruentIVs() 1616 isExpandedAddRecExprPHI(Phi, IsomorphicInc, L))) { in replaceCongruentIVs()
|