Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h66 enum RejectAction { RejectAndGiveUp, RejectAndResume }; in executeMatchTable() enum
67 auto handleReject = [&]() -> RejectAction { in executeMatchTable()