Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DDialectConversion.cpp1210 Block *laterBlock = &region.back(); in notifyRegionIsBeingInlinedBefore() local
1213 BlockAction::getMove(laterBlock, {&region, &earlierBlock})); in notifyRegionIsBeingInlinedBefore()
1214 laterBlock = &earlierBlock; in notifyRegionIsBeingInlinedBefore()
1216 blockActions.push_back(BlockAction::getMove(laterBlock, {&region, nullptr})); in notifyRegionIsBeingInlinedBefore()