Searched refs:blockIsInLoop (Results 1 – 4 of 4) sorted by relevance
19 bool LoopLikeOpInterface::blockIsInLoop(Block *block) { in blockIsInLoop() function in LoopLikeOpInterface30 if (blockIsInLoop(parentBlock)) in blockIsInLoop()
33 if (LoopLikeOpInterface::blockIsInLoop(block)) in runOnOperation()
594 return mlir::LoopLikeOpInterface::blockIsInLoop(block); in findAllocaInsertionPoint()
242 static bool blockIsInLoop(Block *block);