Searched refs:PASS_THROUGH (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86VZeroUpper.cpp50 typedef enum { PASS_THROUGH, EXITS_CLEAN, EXITS_DIRTY } BlockExitState; enumerator in enum:__anon3092::VZeroUpperInserter::__anon3093
55 // - PASS_THROUGH: There are neither YMM dirtying instructions nor
72 BlockState() : ExitState(PASS_THROUGH), AddedToDirtySuccessors(false) {}
97 case PASS_THROUGH: return "Pass-through";
177 // Start by assuming that the block PASS_THROUGH, which implies no unguarded
179 BlockExitState CurState = PASS_THROUGH;
224 } else if (CurState == PASS_THROUGH) {
294 // through PASS_THROUGH blocks.
308 if (BBState.ExitState == PASS_THROUGH) {
/freebsd-11.0-release/contrib/libpcap/
H A Dsf-pcap.c135 PASS_THROUGH, enumerator in enum:__anon1970
263 ps->scale_type = PASS_THROUGH;
273 ps->scale_type = PASS_THROUGH;
447 case PASS_THROUGH:
H A Dsf-pcap-ng.c205 PASS_THROUGH, enumerator in enum:__anon1968
595 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH;
619 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH;
1219 case PASS_THROUGH:

Completed in 51 milliseconds