Searched defs:BlockState (Results 1 – 2 of 2) sorted by relevance
87 struct BlockState { struct in __anon3b0e4def0111::VZeroUpperInserter88 BlockExitState ExitState = PASS_THROUGH;89 bool AddedToDirtySuccessors = false;90 MachineBasicBlock::iterator FirstUnguardedCall;
54 enum class BlockState { Free, Split, Allocated }; enum