Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DMemoryPromotion.cpp123 static void insertCopies(Region &region, Location loc, Value from, Value to) { in insertCopies() function
158 insertCopies(op.getBody(), op.getLoc(), value, attribution); in promoteToWorkgroupMemory()