Searched refs:BlockExitState (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp50 typedef enum { PASS_THROUGH, EXITS_CLEAN, EXITS_DIRTY } BlockExitState; typedef in class:__anon26204::VZeroUpperInserter
51 static const char* getBlockExitStateName(BlockExitState ST);
73 BlockExitState ExitState;
95 const char* VZeroUpperInserter::getBlockExitStateName(BlockExitState ST) {
179 BlockExitState CurState = PASS_THROUGH;

Completed in 107 milliseconds