Fix reading Time zone rules using Julian days (#17672)
[platform/upstream/coreclr.git] / src / jit / compmemkind.h
1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4
5 /*****************************************************************************/
6 #ifndef CompMemKindMacro
7 #error Define CompMemKindMacro before including this file.
8 #endif
9
10 // This list of macro invocations should be used to define the CompMemKind enumeration,
11 // and the corresponding array of string names for these enum members.
12
13 // clang-format off
14 CompMemKindMacro(AssertionProp)
15 CompMemKindMacro(ASTNode)
16 CompMemKindMacro(InstDesc)
17 CompMemKindMacro(ImpStack)
18 CompMemKindMacro(BasicBlock)
19 CompMemKindMacro(fgArgInfo)
20 CompMemKindMacro(fgArgInfoPtrArr)
21 CompMemKindMacro(FlowList)
22 CompMemKindMacro(TreeStatementList)
23 CompMemKindMacro(SiScope)
24 CompMemKindMacro(FlatFPStateX87)
25 CompMemKindMacro(DominatorMemory)
26 CompMemKindMacro(LSRA)
27 CompMemKindMacro(LSRA_Interval)
28 CompMemKindMacro(LSRA_RefPosition)
29 CompMemKindMacro(Reachability)
30 CompMemKindMacro(SSA)
31 CompMemKindMacro(ValueNumber)
32 CompMemKindMacro(LvaTable)
33 CompMemKindMacro(UnwindInfo)
34 CompMemKindMacro(hashBv)
35 CompMemKindMacro(bitset)
36 CompMemKindMacro(FixedBitVect)
37 CompMemKindMacro(Generic)
38 CompMemKindMacro(IndirAssignMap)
39 CompMemKindMacro(FieldSeqStore)
40 CompMemKindMacro(ZeroOffsetFieldMap)
41 CompMemKindMacro(ArrayInfoMap)
42 CompMemKindMacro(MemoryPhiArg)
43 CompMemKindMacro(CSE)
44 CompMemKindMacro(GC)
45 CompMemKindMacro(CorSig)
46 CompMemKindMacro(Inlining)
47 CompMemKindMacro(ArrayStack)
48 CompMemKindMacro(DebugInfo)
49 CompMemKindMacro(DebugOnly)
50 CompMemKindMacro(Codegen)
51 CompMemKindMacro(LoopOpt)
52 CompMemKindMacro(LoopHoist)
53 CompMemKindMacro(Unknown)
54 CompMemKindMacro(RangeCheck)
55 CompMemKindMacro(CopyProp)
56 //clang-format on
57
58 #undef CompMemKindMacro