Searched refs:defaultDestination (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/Transforms/ |
| H A D | FlattenCFG.cpp | 190 mlir::Block *defaultDestination, in condBrToRangeDestination() argument 194 mlir::Block *resBlock = rewriter.createBlock(defaultDestination); in condBrToRangeDestination() 217 defaultDestination); in condBrToRangeDestination() 279 mlir::Block *defaultDestination = exitBlock; in matchAndRewrite() local 289 defaultDestination = ®ion.front(); in matchAndRewrite() 290 defaultOperands = defaultDestination->getArguments(); in matchAndRewrite() 385 defaultDestination = in matchAndRewrite() 387 defaultDestination, lowerBound, upperBound); in matchAndRewrite() 394 op, op.getCondition(), defaultDestination, defaultOperands, caseValues, in matchAndRewrite()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/ |
| H A D | CIRDialect.cpp | 1133 Value value, Block *defaultDestination, in build() argument 1145 defaultDestination, caseDestinations); in build()
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIROps.td | 981 AnySuccessor:$defaultDestination, 987 $defaultDestination (`(` $defaultOperands^ `:` type($defaultOperands) `)`)? 996 "mlir::Block *":$defaultDestination,
|