Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/
DSCCP.cpp250 bool isEdgeExecutable(Block *from, Block *to) const;
828 if (!isEdgeExecutable(pred, block)) in visitBlockArgument()
881 bool SCCPSolver::isEdgeExecutable(Block *from, Block *to) const { in isEdgeExecutable() function in SCCPSolver