Lines Matching defs:callable
137 if (auto callable = dyn_cast<CallableOpInterface>(&op)) {
138 if (auto *node = cg.lookupNode(callable.getCallableRegion())) {
159 // Compute the uses for each of the callable nodes in the graph.
301 /// Collect all of the callable operations within the given range of blocks. If
324 CallInterfaceCallable callable = call.getCallableForCallee();
325 if (SymbolRefAttr symRef = dyn_cast<SymbolRefAttr>(callable)) {
449 /// Optimize the given callable node with one of the pass managers provided
451 /// an error occurred during the optimization of the callable, success
554 // Optimize this callable node.
566 Operation *callable = node->getCallableRegion()->getParentOp();
567 StringRef opName = callable->getName().getStringRef();
579 return inliner.runPipelineHelper(inliner.pass, pipelineIt->second, callable);