Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineVerifier.cpp1759 struct StackStateOfBB { struct
1760 StackStateOfBB() : EntryValue(0), ExitValue(0), EntryIsSetup(false), in StackStateOfBB() function
1762 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() function
1766 int EntryValue;
1767 int ExitValue;
1768 bool EntryIsSetup;
1769 bool ExitIsSetup;