Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
HDGlobalISelMatchTable.cpp730 auto EraseRootIt = Actions.end(); in optimize() local
741 EraseRootIt = It; in optimize()
747 if (EraseRootIt != Actions.end()) in optimize()
748 Actions.splice(Actions.end(), Actions, EraseRootIt); in optimize()