Searched refs:BlockExitState (Results 1 – 1 of 1) sorted by relevance
70 using BlockExitState = enum { PASS_THROUGH, EXITS_CLEAN, EXITS_DIRTY }; typedef in __anonf6110c030111::VZeroUpperInserter72 static const char* getBlockExitStateName(BlockExitState ST);93 BlockExitState ExitState = PASS_THROUGH;121 const char* VZeroUpperInserter::getBlockExitStateName(BlockExitState ST) { in getBlockExitStateName()203 BlockExitState CurState = PASS_THROUGH; in processBasicBlock()