Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/Support/
H A DSCEVValidator.h78 const llvm::SCEV *tryForwardThroughPHI(const llvm::SCEV *Expr, llvm::Region &R,
/llvm-project-15.0.7/polly/lib/Support/
H A DSCEVValidator.cpp730 const SCEV *polly::tryForwardThroughPHI(const SCEV *Expr, Region &R, in tryForwardThroughPHI() function in polly
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp623 LHS = tryForwardThroughPHI(LHS, Context.CurRegion, SE, this); in isValidBranch()
624 RHS = tryForwardThroughPHI(RHS, Context.CurRegion, SE, this); in isValidBranch()
H A DScopBuilder.cpp498 LeftOperand = tryForwardThroughPHI(LeftOperand, R, SE, &SD); in buildConditionSets()
499 RightOperand = tryForwardThroughPHI(RightOperand, R, SE, &SD); in buildConditionSets()