Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Transforms/Utils/
H A DCFGToSCF.cpp906 SmallVectorImpl<std::pair<Block *, SmallVector<Value>>> &createdEmptyBlocks, in createSingleExitBranchRegion() argument
928 createdEmptyBlocks.emplace_back(singleExitBlock, in createSingleExitBranchRegion()
1124 SmallVector<std::pair<Block *, SmallVector<Value>>> createdEmptyBlocks; in transformToStructuredCFBranches() local
1134 createdEmptyBlocks.emplace_back( in transformToStructuredCFBranches()
1136 conditionalRegion.push_back(createdEmptyBlocks.back().first); in transformToStructuredCFBranches()
1140 createSingleExitBranchRegion(branchRegion, continuation, createdEmptyBlocks, in transformToStructuredCFBranches()
1168 for (auto &&[block, valueRange] : createdEmptyBlocks) { in transformToStructuredCFBranches()