Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/Support/
DSCEVValidator.h95 const llvm::SCEV *tryForwardThroughPHI(const llvm::SCEV *Expr, llvm::Region &R,
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp605 LHS = tryForwardThroughPHI(LHS, Context.CurRegion, SE, LI, DT); in isValidBranch()
606 RHS = tryForwardThroughPHI(RHS, Context.CurRegion, SE, LI, DT); in isValidBranch()
DScopBuilder.cpp499 LeftOperand = tryForwardThroughPHI(LeftOperand, R, SE, LI, DT); in buildConditionSets()
500 RightOperand = tryForwardThroughPHI(RightOperand, R, SE, LI, DT); in buildConditionSets()
/external/llvm-project/polly/lib/Support/
DSCEVValidator.cpp774 const SCEV *tryForwardThroughPHI(const SCEV *Expr, Region &R, in tryForwardThroughPHI() function