Searched refs:tryForwardThroughPHI (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/polly/include/polly/Support/ |
| H A D | SCEVValidator.h | 78 const llvm::SCEV *tryForwardThroughPHI(const llvm::SCEV *Expr, llvm::Region &R,
|
| /llvm-project-15.0.7/polly/lib/Support/ |
| H A D | SCEVValidator.cpp | 730 const SCEV *polly::tryForwardThroughPHI(const SCEV *Expr, Region &R, in tryForwardThroughPHI() function in polly
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopDetection.cpp | 623 LHS = tryForwardThroughPHI(LHS, Context.CurRegion, SE, this); in isValidBranch() 624 RHS = tryForwardThroughPHI(RHS, Context.CurRegion, SE, this); in isValidBranch()
|
| H A D | ScopBuilder.cpp | 498 LeftOperand = tryForwardThroughPHI(LeftOperand, R, SE, &SD); in buildConditionSets() 499 RightOperand = tryForwardThroughPHI(RightOperand, R, SE, &SD); in buildConditionSets()
|