Searched defs:BlockState (Results 1 – 4 of 4) sorted by relevance
75 struct BlockState { struct in __anonb321e3ee0111::VZeroUpperInserter76 BlockState() : ExitState(PASS_THROUGH), AddedToDirtySuccessors(false) {} in BlockState() argument77 BlockExitState ExitState;78 bool AddedToDirtySuccessors;79 MachineBasicBlock::iterator FirstUnguardedCall;
88 struct BlockState { struct in __anon0c8d27460111::VZeroUpperInserter89 BlockExitState ExitState = PASS_THROUGH;90 bool AddedToDirtySuccessors = false;91 MachineBasicBlock::iterator FirstUnguardedCall;
2065 ScopedLineState BlockState(*this, SwitchToPreprocessorLines); in readToken() local
375 BlockState(Scope** scope_stack, Scope* scope) in BlockState() function380 BlockState(Zone* zone, Scope** scope_stack) in BlockState() function