Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/
DSCCP.cpp603 auto callableResults = callableLatticeIt->second.getResultLatticeValues(); in visitCallOperation() local
604 for (auto it : llvm::zip(callResults, callableResults)) in visitCallOperation()