Lines Matching defs:orderedFuncOps
329 /// Store all functions of the `moduleOp` in `orderedFuncOps`, sorted by
339 ModuleOp moduleOp, SmallVectorImpl<func::FuncOp> &orderedFuncOps,
374 orderedFuncOps.push_back(it->getFirst());
474 SmallVector<func::FuncOp> orderedFuncOps;
483 if (failed(getFuncOpsOrderedByCalls(moduleOp, orderedFuncOps,
489 for (func::FuncOp funcOp : orderedFuncOps) {
551 SmallVector<func::FuncOp> orderedFuncOps;
565 if (failed(getFuncOpsOrderedByCalls(moduleOp, orderedFuncOps,
568 llvm::append_range(orderedFuncOps, remainingFuncOps);
571 for (func::FuncOp funcOp : orderedFuncOps) {