Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/IR/
H A DMLIRContext.h291 executeActionInternal(function_ref<void()> actionFn, ArrayRef<IRUnit> irUnits, executeActionInternal() function
/llvm-project/mlir/lib/IR/
H A DMLIRContext.cpp388 void MLIRContext::executeActionInternal(function_ref<void()> actionFn, executeActionInternal() function in MLIRContext