Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DDeadCodeAnalysis.cpp282 if (Value callableValue = call.getCallableForCallee().dyn_cast<Value>()) in visitCallOperation() local
283 callableOp = callableValue.getDefiningOp(); in visitCallOperation()