Home
last modified time | relevance | path

Searched refs:ownerBlock (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Analysis/
DLiveness.cpp40 Block *ownerBlock = useOp->getBlock(); in BlockInfoBuilder() local
43 ownerBlock = block->getParent()->findAncestorBlockInRegion(*ownerBlock); in BlockInfoBuilder()
44 assert(ownerBlock && "Use leaves the current parent region"); in BlockInfoBuilder()
45 if (ownerBlock != block) { in BlockInfoBuilder()