Home
last modified time | relevance | path

Searched defs:defaultDest (Results 1 – 4 of 4) sorted by relevance

/llvm-project/mlir/lib/Conversion/ControlFlowToSCF/
H A DControlFlowToSCF.cpp120 createCFGSwitchOp(Location loc,OpBuilder & builder,Value flag,ArrayRef<unsigned int> caseValues,BlockRange caseDestinations,ArrayRef<ValueRange> caseArguments,Block * defaultDest,ValueRange defaultArgs) createCFGSwitchOp() argument
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
H A DPDLToPDLInterp.cpp482 static void createSwitchOp(Value val, Block *defaultDest, OpBuilder &builder, in createSwitchOp()
499 Block *defaultDest = failureBlockStack.back(); in generate() local
/llvm-project/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp749 Block *defaultDest = op.getDefaultDestination(); in simplifyPassThroughSwitch() local
/llvm-project/mlir/lib/Transforms/Utils/
H A DCFGToSCF.cpp352 Block *defaultDest = caseDestinations.pop_back_val(); member in __anoncfa425e90111::EdgeMultiplexer