Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/
DSCCP.cpp774 auto latticeIt = callableLatticeState.find(callable); in visitCallableTerminatorOperation() local
775 if (latticeIt == callableLatticeState.end()) in visitCallableTerminatorOperation()
781 auto callableResultLattices = latticeIt->second.getResultLatticeValues(); in visitCallableTerminatorOperation()
785 for (Operation *call : latticeIt->second.getSymbolCalls()) in visitCallableTerminatorOperation()
798 for (Operation *call : latticeIt->second.getSymbolCalls()) in visitCallableTerminatorOperation()