Home
last modified time | relevance | path

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

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