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