Searched refs:isProperAncestor (Results 1 – 13 of 13) sorted by relevance
25 if (!v.getParentRegion()->isProperAncestor(&limit)) in areValuesDefinedAbove()
53 bool Region::isProperAncestor(Region *other) { in isProperAncestor() function in Region172 if (operand.getParentRegion()->isProperAncestor(&limit)) { in isIsolatedAbove()
237 bool Operation::isProperAncestor(Operation *other) { in isProperAncestor() function in Operation
302 return !launch.getOperation()->isProperAncestor(operand.getOwner()); in CreateTailComputation()333 return !new_cluster.getOperation()->isProperAncestor(operand.getOwner()); in UpdateClusterResults()388 cluster.getOperation()->isProperAncestor( in RemoveClusterAliasedOutputs()
81 } else if (!operand.getParentRegion()->isProperAncestor( in runOnOperation()
148 return second_if_op->isProperAncestor(op); in GetReturnIndicesToKeep()185 if (!source_op->isProperAncestor(successor)) queue.push(successor); in MoveResultsAfter()
135 return region && region->isProperAncestor(replicate_region); in IsOpReplicateInvariant()
485 if (!parallel_execute_op.getOperation()->isProperAncestor(use.getOwner())) in CreateParallelExecuteForOutsideCompilation()
222 replicate_operand.getParentRegion()->isProperAncestor(&body); in AnnotateCompileOpAndGetExecuteArgToWhileArgsMapping()
201 bool isProperAncestor(Region *other);206 return this == other || isProperAncestor(other); in isAncestor()
140 bool isProperAncestor(Operation *other);146 return this == other || isProperAncestor(other); in isAncestor()
702 if (load.memref().getParentRegion()->isProperAncestor(®ion()))711 if (store.memref().getParentRegion()->isProperAncestor(®ion()))720 if (load.memref().getParentRegion()->isProperAncestor(®ion()))729 if (store.memref().getParentRegion()->isProperAncestor(®ion()))
1350 if (maybeParent->isProperAncestor(loop)) { in verifyLoopNesting()1361 assert(!sibling->isProperAncestor(loop) && in verifyLoopNesting()