Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2528 bool EmittedSwitch = false; in emitIsSubclass() local
2542 if (!EmittedSwitch) { in emitIsSubclass()
2546 EmittedSwitch = true; in emitIsSubclass()
2570 if (EmittedSwitch) in emitIsSubclass()