Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolutionExpander.h240 bool isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, const Loop *L);
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h355 bool isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, const Loop *L);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp883 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/
DScalarEvolutionExpander.cpp963 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()