Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h379 bool isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, const Loop *L);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1019 bool SCEVExpander::isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, in isExpandedAddRecExprPHI() function in SCEVExpander
1185 if (!isExpandedAddRecExprPHI(&PN, TempIncV, L)) in getAddRecExprPHILiterally()
1941 isExpandedAddRecExprPHI(OrigPhiRef, OrigInc, L)) && in replaceCongruentIVs()
1943 isExpandedAddRecExprPHI(Phi, IsomorphicInc, L))) { in replaceCongruentIVs()