Home
last modified time | relevance | path

Searched refs:trySynthesizeNewValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DBlockGenerators.h472 Value *trySynthesizeNewValue(ScopStmt &Stmt, Value *Old, ValueMapT &BBMap,
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DBlockGenerators.cpp63 Value *BlockGenerator::trySynthesizeNewValue(ScopStmt &Stmt, Value *Old, in trySynthesizeNewValue() function in BlockGenerator
191 New = trySynthesizeNewValue(Stmt, Old, BBMap, LTS, L); in getNewValue()