Searched refs:BlockExitState (Results 1 – 2 of 2) sorted by relevance
54 typedef enum { PASS_THROUGH, EXITS_CLEAN, EXITS_DIRTY } BlockExitState; typedef in __anonb321e3ee0111::VZeroUpperInserter55 static const char* getBlockExitStateName(BlockExitState ST);77 BlockExitState ExitState;100 const char* VZeroUpperInserter::getBlockExitStateName(BlockExitState ST) { in getBlockExitStateName()181 BlockExitState CurState = PASS_THROUGH; in processBasicBlock()
66 using BlockExitState = enum { PASS_THROUGH, EXITS_CLEAN, EXITS_DIRTY }; typedef in __anon0c8d27460111::VZeroUpperInserter68 static const char* getBlockExitStateName(BlockExitState ST);89 BlockExitState ExitState = PASS_THROUGH;117 const char* VZeroUpperInserter::getBlockExitStateName(BlockExitState ST) { in getBlockExitStateName()200 BlockExitState CurState = PASS_THROUGH; in processBasicBlock()