Searched refs:getCallableRegion (Results 1 – 15 of 15) sorted by relevance
56 node = cg.lookupNode(callableOp.getCallableRegion()); in walkReferencedSymbolNodes()135 if (auto *node = cg.lookupNode(callable.getCallableRegion())) { in CGUseList()191 Operation *nodeOp = node->getCallableRegion()->getParentOp(); in isDead()202 Operation *nodeOp = node->getCallableRegion()->getParentOp(); in hasOneUseAndDiscardable()212 Operation *parentOp = node->getCallableRegion()->getParentOp(); in recomputeUses()390 node->getCallableRegion()->getParentOp()->erase(); in eraseDeadCallables()416 if (resolvedCall.targetNode->getCallableRegion()->isAncestor( in shouldInline()445 collectCallOps(*node->getCallableRegion(), node, cg, inliner.symbolTable, in inlineCallsInSCC()465 Region *targetRegion = it.targetNode->getCallableRegion(); in inlineCallsInSCC()525 auto *region = node->getCallableRegion(); in canonicalizeSCC()[all …]
396 Region *callableRegion = callable.getCallableRegion(); in initializeSymbolCallables()
32 Region *CallGraphNode::getCallableRegion() const { in getCallableRegion() function in CallGraphNode84 if (auto *callableRegion = callable.getCallableRegion()) in computeCallGraph()145 if (auto *node = lookupNode(callableOp.getCallableRegion())) in resolveCallable()166 nodes.erase(node->getCallableRegion()); in eraseNode()184 auto *callableRegion = node->getCallableRegion(); in print()
67 if (!func_to_visit.getCallableRegion()) continue; in CollectReachableFunctions()68 collect_reachable_funcs(*func_to_visit.getCallableRegion(), in CollectReachableFunctions()97 RemoveIdentityFromRegion(*reachable_func.getCallableRegion()); in runOnOperation()
70 called_func.getCallableRegion(), in runOnOperation()
96 Region *getCallableRegion() const;
79 "Region *", "getCallableRegion"
266 callee.getCallableRegion(), in InlineTFRFuncCalls()
132 mlir::Region *region = function.getCallableRegion(); in convert_graph_uint8_tensor()
169 Region* region = node->getCallableRegion(); in BacktrackAnalysis()
121 Region *getCallableRegion() { return isExternal() ? nullptr : &getBody(); }
559 Region *TFRFuncOp::getCallableRegion() { in getCallableRegion() function in mlir::TFR::TFRFuncOp
221 - `Region * getCallableRegion()`
335 Region *getCallableRegion() { return &body(); }
1834 Region *spirv::FuncOp::getCallableRegion() { in getCallableRegion() function in spirv::FuncOp