Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Interfaces/
DControlFlowInterfaces.td74 "Block *", "getSuccessorForOperands",
/external/llvm-project/mlir/lib/Transforms/
DSCCP.cpp755 if (Block *singleSucc = branch.getSuccessorForOperands(constantOperands)) { in visitTerminatorOperation()
/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp677 Block *BranchOp::getSuccessorForOperands(ArrayRef<Attribute>) { return dest(); } in getSuccessorForOperands() function in BranchOp
1091 Block *CondBranchOp::getSuccessorForOperands(ArrayRef<Attribute> operands) { in getSuccessorForOperands() function in CondBranchOp
/external/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/
DOps.td721 [DeclareOpInterfaceMethods<BranchOpInterface, ["getSuccessorForOperands"]>,
1217 DeclareOpInterfaceMethods<BranchOpInterface, ["getSuccessorForOperands"]>,