Searched refs:isExpandedAddRecExprPHI (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 240 bool isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, const Loop *L);
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpander.h | 355 bool isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, const Loop *L);
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 883 bool SCEVExpander::isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, in isExpandedAddRecExprPHI() function in SCEVExpander 957 if (!isExpandedAddRecExprPHI(PN, IncV, L)) in getAddRecExprPHILiterally() 1550 if (!isExpandedAddRecExprPHI(OrigPhiRef, OrigInc, L) in replaceCongruentIVs() 1551 && isExpandedAddRecExprPHI(Phi, IsomorphicInc, L)) { in replaceCongruentIVs()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 963 bool SCEVExpander::isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, in isExpandedAddRecExprPHI() function in SCEVExpander 1128 if (!isExpandedAddRecExprPHI(PN, TempIncV, L)) in getAddRecExprPHILiterally() 1836 isExpandedAddRecExprPHI(OrigPhiRef, OrigInc, L)) && in replaceCongruentIVs() 1838 isExpandedAddRecExprPHI(Phi, IsomorphicInc, L))) { in replaceCongruentIVs()
|