Home
last modified time | relevance | path

Searched defs:StackStateOfBB (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineVerifier.cpp1930 struct StackStateOfBB { struct
1931 StackStateOfBB() : EntryValue(0), ExitValue(0), EntryIsSetup(false), in StackStateOfBB() argument
1933 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() argument
1937 int EntryValue;
1938 int ExitValue;
1939 bool EntryIsSetup;
1940 bool ExitIsSetup;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineVerifier.cpp2752 struct StackStateOfBB { struct
2754 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() argument
2759 int EntryValue = 0;
2760 int ExitValue = 0;
2761 bool EntryIsSetup = false;
2762 bool ExitIsSetup = false;