LLVM: include/llvm/MC/MCParser/AsmCond.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9#ifndef LLVM_MC_MCPARSER_ASMCOND_H
10#define LLVM_MC_MCPARSER_ASMCOND_H
11
12namespace llvm {
13
14
15
16
17
18
19
20
34
35}
36
37#endif
AsmCond - Class to support conditional assembly.
Definition AsmCond.h:21
ConditionalAssemblyType TheCond
Definition AsmCond.h:30
bool Ignore
Definition AsmCond.h:32
bool CondMet
Definition AsmCond.h:31
ConditionalAssemblyType
Definition AsmCond.h:23
@ NoCond
Definition AsmCond.h:24
@ ElseCond
Definition AsmCond.h:27
@ IfCond
Definition AsmCond.h:25
@ ElseIfCond
Definition AsmCond.h:26
This is an optimization pass for GlobalISel generic memory operations.