Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86VZeroUpper.cpp51 static const char* getBlockExitStateName(BlockExitState ST);
95 const char* VZeroUpperInserter::getBlockExitStateName(BlockExitState ST) { in getBlockExitStateName() function in VZeroUpperInserter
236 << getBlockExitStateName(CurState) << '\n'); in processBasicBlock()