Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp69 using BlockExitState = enum { PASS_THROUGH, EXITS_CLEAN, EXITS_DIRTY }; typedef in __anonf6110c030111::VZeroUpperInserter
71 static const char* getBlockExitStateName(BlockExitState ST);
92 BlockExitState ExitState = PASS_THROUGH;
120 const char* VZeroUpperInserter::getBlockExitStateName(BlockExitState ST) { in getBlockExitStateName()
202 BlockExitState CurState = PASS_THROUGH; in processBasicBlock()