Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/CodeGen/
DBlockGenerators.h447 Value *trySynthesizeNewValue(ScopStmt &Stmt, Value *Old, ValueMapT &BBMap,
/external/llvm-project/polly/lib/CodeGen/
DBlockGenerators.cpp64 Value *BlockGenerator::trySynthesizeNewValue(ScopStmt &Stmt, Value *Old, in trySynthesizeNewValue() function in BlockGenerator
192 New = trySynthesizeNewValue(Stmt, Old, BBMap, LTS, L); in getNewValue()