Home
last modified time | relevance | path

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

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