Home
last modified time | relevance | path

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

/llvm-project/polly/include/polly/
H A DZoneAlgo.h157 llvm::DenseMap<std::pair<ScopStmt *, ScopStmt *>, isl::map> DefToTargetCache; variable
/llvm-project/polly/lib/Transform/
H A DZoneAlgo.cpp660 isl::map &Result = DefToTargetCache[std::make_pair(TargetStmt, DefStmt)]; in getDefToTarget()