Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp72 static const char* getBlockExitStateName(BlockExitState ST);
121 const char* VZeroUpperInserter::getBlockExitStateName(BlockExitState ST) { in getBlockExitStateName() function in VZeroUpperInserter
271 << getBlockExitStateName(CurState) << '\n'); in processBasicBlock()