Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp66 using BlockExitState = enum { PASS_THROUGH, EXITS_CLEAN, EXITS_DIRTY }; typedef in __anon88e42b280111::VZeroUpperInserter
68 static const char* getBlockExitStateName(BlockExitState ST);
89 BlockExitState ExitState = PASS_THROUGH;
117 const char* VZeroUpperInserter::getBlockExitStateName(BlockExitState ST) { in getBlockExitStateName()
200 BlockExitState CurState = PASS_THROUGH; in processBasicBlock()