Home
last modified time | relevance | path

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

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