Searched defs:StackStateOfBB (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 1930 struct StackStateOfBB { struct 1931 StackStateOfBB() : EntryValue(0), ExitValue(0), EntryIsSetup(false), in StackStateOfBB() function 1933 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() function 1937 int EntryValue; 1938 int ExitValue; 1939 bool EntryIsSetup; 1940 bool ExitIsSetup;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 2752 struct StackStateOfBB { struct 2754 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() function 2759 int EntryValue = 0; 2760 int ExitValue = 0; 2761 bool EntryIsSetup = false; 2762 bool ExitIsSetup = false;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 3341 struct StackStateOfBB { struct 3343 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() function 3348 int EntryValue = 0; 3349 int ExitValue = 0; 3350 bool EntryIsSetup = false; 3351 bool ExitIsSetup = false;
|