Lines Matching defs:callable
134 auto callable =
137 (callable && !callable.getCallableRegion())) {
184 // Check if this block is the entry block of a callable region.
185 auto callable = dyn_cast<CallableOpInterface>(block->getParentOp());
186 if (callable && callable.getCallableRegion() == block->getParent()) {
188 getProgramPointBefore(block), getProgramPointAfter(callable));
457 if (auto callable = dyn_cast_or_null<CallableOpInterface>(callableOp)) {
468 Region *region = callable.getCallableRegion();
515 if (auto callable = dyn_cast<CallableOpInterface>(op->getParentOp())) {
517 getProgramPointAfter(op), getProgramPointAfter(callable));