Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h61 enum RejectAction { RejectAndGiveUp, RejectAndResume }; in executeMatchTable() enum
62 auto handleReject = [&]() -> RejectAction { in executeMatchTable()