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

/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp93 BlockExitState ExitState = PASS_THROUGH; member in struct:__anon2881::VZeroUpperInserter::BlockState
277 BlockStates[MBB.getNumber()].ExitState = CurState;
344 if (BBState.ExitState == PASS_THROUGH) {
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp817 auto &ExitState = (*BlockToOutputState)[ExitBlock]; local
818 assert(ExitState);
820 Env.popCall(S, ExitState->Env);

Completed in 179 milliseconds