Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DCallInterface.h377 mlir::func::FuncOp addEntryBlockAndMapArguments();
/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp372 Fortran::lower::CalleeInterface::addEntryBlockAndMapArguments() { in addEntryBlockAndMapArguments() function in Fortran::lower::CalleeInterface
H A DBridge.cpp2677 mlir::func::FuncOp func = callee.addEntryBlockAndMapArguments(); in startNewFunction()