Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3101 struct StackStateOfBB { struct
3103 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB() argument
3108 int EntryValue = 0;
3109 int ExitValue = 0;
3110 bool EntryIsSetup = false;
3111 bool ExitIsSetup = false;