Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDPass.cpp63 OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule() local
64 return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(M)); in skipModule()
167 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction() local
168 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(F))) in skipFunction()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDRegionPass.cpp287 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipRegion() local
288 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(R))) in skipRegion()
HDLoopPass.cpp399 OptPassGate &Gate = F->getContext().getOptPassGate(); in skipLoop() local
400 if (Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(*L))) in skipLoop()
HDCallGraphSCCPass.cpp703 OptPassGate &Gate = in skipSCC() local
705 return Gate.isEnabled() && !Gate.shouldRunPass(this, getDescription(SCC)); in skipSCC()
/freebsd-11-stable/sys/gnu/dts/arm/
HDr8a7779.dtsi489 /* Gate clocks */
HDr8a7778.dtsi510 /* Gate clocks */
HDr8a7740.dtsi579 /* Gate clocks */
HDr8a73a4.dtsi693 /* Gate clocks */
HDsh73a0.dtsi855 /* Gate clocks */
HDr8a7793.dtsi699 /* Gate clocks */
HDr8a7794.dtsi981 /* Gate clocks */
HDr8a7790.dtsi1218 /* Gate clocks */
HDr8a7791.dtsi1240 /* Gate clocks */
/freebsd-11-stable/usr.bin/calendar/calendars/
HDcalendar.history40 01/14 The first "Be-In" is held in Golden Gate Park, 1967
277 05/27 Golden Gate Bridge opens, 1937
/freebsd-11-stable/sys/dev/aic7xxx/
HDaic7xxx.reg789 * Gate one of the SCBs into the SCBARRAY window.
/freebsd-11-stable/share/misc/
HDpci_vendors4039 0702 VAS96011 [Golden Gate II]
6903 106f City Gate Development Ltd
16116 8888 IT8888F/G PCI to ISA Bridge with SMB [Golden Gate]
/freebsd-11-stable/usr.bin/fortune/datfiles/
HDfortunes3522 Bay, then up the Golden Gate or down 101 to Los Altos or La Honda... You could
3824 "A-sitting on a Gate": and the tune's my own invention."
52607 on a plane that left Gate 1.
55762 our new Triple-Iso-Bifurcated-Krypton-Gate-MOS process...
/freebsd-11-stable/contrib/gcc/
HDChangeLog-200515943 (pass_profile): Gate.