Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/DataFlow/
H A DDeadCodeAnalysis.h225 void visitCallableTerminator(Operation *op, CallableOpInterface callable);
/llvm-project-15.0.7/mlir/lib/Analysis/DataFlow/
H A DDeadCodeAnalysis.cpp261 visitCallableTerminator(op, callable); in visit()
403 void DeadCodeAnalysis::visitCallableTerminator(Operation *op, in visitCallableTerminator() function in DeadCodeAnalysis