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.cpp70 using BlockExitState = enum { PASS_THROUGH, EXITS_CLEAN, EXITS_DIRTY }; typedef in __anonf6110c030111::VZeroUpperInserter
72 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()