Home
last modified time | relevance | path

Searched defs:theBlock (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
H A Dconstraint_fusion_pass.cc145 void inlineAssumingRegions(Block *theBlock) { in inlineAssumingRegions()
196 Location loc, OpBuilder &builder, Block *theBlock, in materializeBlockGlobalConstraintFusion()
235 bool isRemainingUse(OpOperand &use, Block *theBlock, in isRemainingUse()
260 void tryFlagForErase(Block *theBlock, Operation *op, in tryFlagForErase()
269 bool isWithinBlock(Operation *op, Block *theBlock) { in isWithinBlock()
275 shape::CstrBroadcastableOp cstrBcastable, Block *theBlock, in analyzeBroadcastableConstraint()
335 Block *theBlock, llvm::SmallSetVector<Operation *, 16> &toBeErased, in analyzeBlockGlobalConstraints()
399 Block *theBlock) { in fuseBlockGlobalConstraints()
H A Dmerge_assuming_ops.cc109 auto *theBlock = op->getBlock(); in moveUpIntoAssumingOpMatchAndRewrite() local