Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DBlock.cpp326 base = term->getBlockOperands().data(); in SuccessorRange()
331 base = term->getBlockOperands().data(); in SuccessorRange()
H A DValue.cpp204 return this - &getOwner()->getBlockOperands()[0]; in getOperandNumber()
H A DOperation.cpp108 auto blockOperands = op->getBlockOperands(); in create()
152 for (auto &successor : getBlockOperands()) in ~Operation()
466 for (auto &dest : getBlockOperands()) in dropAllReferences()
482 getBlockOperands()[index].set(block); in setSuccessor()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperation.h495 MutableArrayRef<BlockOperand> getBlockOperands() { in getBlockOperands() function
510 return getBlockOperands()[index].get(); in getSuccessor()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp1771 for (auto &succOp : op->getBlockOperands()) in structurize()