Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineVerifier.cpp1930 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;