Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86VZeroUpper.cpp54 typedef enum { PASS_THROUGH, EXITS_CLEAN, EXITS_DIRTY } BlockExitState; typedef in __anonb321e3ee0111::VZeroUpperInserter
55 static const char* getBlockExitStateName(BlockExitState ST);
77 BlockExitState ExitState;
100 const char* VZeroUpperInserter::getBlockExitStateName(BlockExitState ST) { in getBlockExitStateName()
181 BlockExitState CurState = PASS_THROUGH; in processBasicBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86VZeroUpper.cpp66 using BlockExitState = enum { PASS_THROUGH, EXITS_CLEAN, EXITS_DIRTY }; typedef in __anon0c8d27460111::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()