Home
last modified time | relevance | path

Searched refs:FIB (Results 1 – 23 of 23) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DIfConversion.cpp361 for (auto &I : make_range(FIB, FIE)) { in MeetIfcvtSizeLimit()
735 MachineBasicBlock::iterator &FIB, in CountDuplicatedInstructions() argument
741 while (TIB != TIE && FIB != FIE) { in CountDuplicatedInstructions()
744 FIB = skipDebugInstructionsForward(FIB, FIE, false); in CountDuplicatedInstructions()
745 if (TIB == TIE || FIB == FIE) in CountDuplicatedInstructions()
747 if (!TIB->isIdenticalTo(*FIB)) in CountDuplicatedInstructions()
758 ++FIB; in CountDuplicatedInstructions()
762 if (TIB == TIE || FIB == FIE) in CountDuplicatedInstructions()
822 ScanInstructions(FalseBBI, FIB, FIE, BranchUnpredicable); in RescanInstructions()
934 MachineBasicBlock::iterator FIB = FalseBBI.BB->begin(); in ValidForkedDiamond() local
[all …]
H A DBranchFolding.cpp1918 MachineBasicBlock::iterator FIB = FBB->begin(); in HoistCommonCodeInSuccs() local
1921 while (TIB != TIE && FIB != FIE) { in HoistCommonCodeInSuccs()
1924 FIB = skipDebugInstructionsForward(FIB, FIE, false); in HoistCommonCodeInSuccs()
1925 if (TIB == TIE || FIB == FIE) in HoistCommonCodeInSuccs()
1928 if (!TIB->isIdenticalTo(*FIB, MachineInstr::CheckKillDead)) in HoistCommonCodeInSuccs()
2021 ++FIB; in HoistCommonCodeInSuccs()
2028 FBB->erase(FBB->begin(), FIB); in HoistCommonCodeInSuccs()
H A DRegisterScavenging.cpp463 int FIB = MFI.getObjectIndexBegin(), FIE = MFI.getObjectIndexEnd(); in spill() local
469 if (FI < FIB || FI >= FIE) in spill()
502 if (FI < FIB || FI >= FIE) { in spill()
/openbsd/usr.sbin/ripctl/
H A Dparser.h30 FIB, enumerator
H A Dripctl.c161 case FIB: in main()
223 case FIB: in main()
H A Dparser.c64 {KEYWORD, "fib", FIB, t_fib},
/openbsd/usr.sbin/ldpctl/
H A Dparser.h30 FIB, enumerator
H A Dldpctl.c180 case FIB: in main()
252 case FIB: in main()
H A Dparser.c74 {KEYWORD, "fib", FIB, t_fib},
/openbsd/usr.sbin/eigrpctl/
H A Dparser.h30 FIB, enumerator
H A Deigrpctl.c191 case FIB: in main()
264 case FIB: in main()
H A Dparser.c81 {KEYWORD, "fib", FIB, t_fib},
/openbsd/usr.sbin/ospfctl/
H A Dparser.h29 FIB, enumerator
H A Dparser.c66 {KEYWORD, "fib", FIB, t_fib},
H A Dospfctl.c182 case FIB: in main()
/openbsd/usr.sbin/ospf6ctl/
H A Dparser.h29 FIB, enumerator
H A Dparser.c67 {KEYWORD, "fib", FIB, t_fib},
H A Dospf6ctl.c215 case FIB: in main()
309 case FIB: in main()
/openbsd/usr.sbin/bgpctl/
H A Dparser.h42 FIB, enumerator
H A Dparser.c128 { KEYWORD, "fib", FIB, t_fib},
H A Dbgpctl.c275 case FIB: in main()
/openbsd/gnu/usr.bin/cvs/vms/
H A Dvmsmunch.c289 Fib.fib$r_acctl_overlay.fib$l_acctl = FIB$M_NORECORD;
291 Fib.fib$l_acctl = FIB$M_NORECORD;
/openbsd/usr.sbin/nsd/doc/
H A DChangeLog891 - Support SO_SETFIB on FreeBSD. Add setfib=<FIB> after an ip-address
892 option to use the specified FIB for that socket.