Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DDialectConversion.cpp1456 Block *laterBlock = &region.back(); in notifyRegionIsBeingInlinedBefore() local
1459 BlockAction::getMove(laterBlock, {&region, &earlierBlock})); in notifyRegionIsBeingInlinedBefore()
1460 laterBlock = &earlierBlock; in notifyRegionIsBeingInlinedBefore()
1462 blockActions.push_back(BlockAction::getMove(laterBlock, {&region, nullptr})); in notifyRegionIsBeingInlinedBefore()