Home
last modified time | relevance | path

Searched defs:mergeInto (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/Transform/IR/
H A DUtils.cpp31 static InFlightDiagnostic mergeInto(FunctionOpInterface func1, in mergeInto() function
/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h539 void mergeInto(FunctionCallTrie &O) const XRAY_NEVER_INSTRUMENT { in mergeInto() function
/llvm-project/mlir/lib/Pass/
H A DPass.cpp201 void OpPassManagerImpl::mergeInto(OpPassManagerImpl &rhs) { mergeInto() function in OpPassManagerImpl