Searched defs:BlockState (Results 1 – 3 of 3) sorted by relevance
71 struct BlockState { struct in __anon41365ce50111::VZeroUpperInserter72 BlockState() : ExitState(PASS_THROUGH), AddedToDirtySuccessors(false) {} in BlockState() argument73 BlockExitState ExitState;74 bool AddedToDirtySuccessors;75 MachineBasicBlock::iterator FirstUnguardedCall;
1873 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken() local
168 BlockState(Scope** scope_stack, Scope* scope) in BlockState() function