Searched defs:ExitState (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp72 BlockState() : ExitState(PASS_THROUGH), AddedToDirtySuccessors(false) {}
73 BlockExitState ExitState; member in struct:__anon26204::VZeroUpperInserter::BlockState
244 BlockStates[MBB.getNumber()].ExitState = CurState;
304 if (BBState.ExitState == PASS_THROUGH) {

Completed in 73 milliseconds