Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DLowerABIAttributesPass.cpp278 SmallVector<spirv::FuncOp, 1> entryPointFns; in runOnOperation() local
282 entryPointFns.push_back(funcOp); in runOnOperation()
285 for (auto fn : entryPointFns) { in runOnOperation()