Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DControlFlowInterfaces.cpp55 operands.getProducedOperandCount() + operandIndex - operandsStart; in getBranchSuccessorArgument()
73 for (unsigned i = operands.getProducedOperandCount(); i != operandCount; in verifyBranchSuccessorOperands()
/llvm-project-15.0.7/mlir/lib/Analysis/
H A DBufferViewFlowAnalysis.cpp76 successorOperands.getProducedOperandCount())); in build()
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DControlFlowInterfaces.h65 unsigned getProducedOperandCount() const { return producedOperandCount; } in getProducedOperandCount() function
/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DRegionUtils.cpp231 for (unsigned opI = 0, opE = successorOperands.getProducedOperandCount(); in propagateTerminatorLiveness()