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 D | constraint_fusion_pass.cc | 145 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 D | merge_assuming_ops.cc | 109 auto *theBlock = op->getBlock(); in moveUpIntoAssumingOpMatchAndRewrite() local
|