Home
last modified time | relevance | path

Searched defs:StopConditionFn (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/include/mlir/Interfaces/
H A DValueBoundsOpInterface.h155 using StopConditionFn = std::function<bool( variable
/llvm-project/mlir/lib/Interfaces/
H A DControlFlowInterfaces.cpp226 using StopConditionFn = function_ref<bool(Region *, ArrayRef<bool> visited)>; typedef