Searched refs:getModuleBody (Results 1 – 1 of 1) sorted by relevance
606 static Block &getModuleBody(Operation *module) { in getModuleBody() function632 for (auto op : getModuleBody(mlirModule).getOps<LLVM::GlobalOp>()) { in convertGlobals()685 for (auto op : getModuleBody(mlirModule).getOps<LLVM::GlobalOp>()) { in convertGlobals()703 for (Operation &op : getModuleBody(mlirModule)) { in convertGlobals()921 for (auto function : getModuleBody(mlirModule).getOps<LLVMFuncOp>()) { in convertFunctionSignatures()941 for (auto function : getModuleBody(mlirModule).getOps<LLVMFuncOp>()) { in convertFunctions()1157 for (Operation &o : getModuleBody(module).getOperations()) { in translateModuleToLLVMIR()