Searched defs:BlockState (Results 1 – 2 of 2) sorted by relevance
71 struct BlockState { struct in __anon05705fb60111::VZeroUpperInserter72 BlockState() : ExitState(PASS_THROUGH), AddedToDirtySuccessors(false) {} in BlockState() argument73 BlockExitState ExitState;74 bool AddedToDirtySuccessors;75 MachineBasicBlock::iterator FirstUnguardedCall;
1667 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken() local