Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp93 BlockExitState ExitState = PASS_THROUGH; member
277 BlockStates[MBB.getNumber()].ExitState = CurState; in processBasicBlock()
344 if (BBState.ExitState == PASS_THROUGH) { in runOnMachineFunction()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp878 auto &ExitState = (*BlockToOutputState)[ExitBlock]; in transferInlineCall() local
879 assert(ExitState); in transferInlineCall()
881 Env.popCall(S, ExitState->Env); in transferInlineCall()