Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/ControlFlow/Transforms/
H A DBufferizableOpInterfaceImpl.cpp57 struct CondBranchOpInterface struct
58 : public BranchLikeOpInterface<CondBranchOpInterface, cf::CondBranchOp> {};
68 cf::CondBranchOp::attachInterface<CondBranchOpInterface>(*ctx); in registerBufferizableOpInterfaceExternalModels()
H A DBufferDeallocationOpInterfaceImpl.cpp64 struct CondBranchOpInterface struct
65 : public BufferDeallocationOpInterface::ExternalModel<CondBranchOpInterface,
161 CondBranchOp::attachInterface<CondBranchOpInterface>(*ctx); in registerBufferDeallocationOpInterfaceExternalModels()