Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.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()