/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | IfConversion.cpp | 361 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 D | BranchFolding.cpp | 1918 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 D | RegisterScavenging.cpp | 463 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 D | parser.h | 30 FIB, enumerator
|
H A D | ripctl.c | 162 case FIB: in main() 223 case FIB: in main()
|
H A D | parser.c | 64 {KEYWORD, "fib", FIB, t_fib},
|
/openbsd/usr.sbin/ldpctl/ |
H A D | parser.h | 30 FIB, enumerator
|
H A D | ldpctl.c | 181 case FIB: in main() 252 case FIB: in main()
|
H A D | parser.c | 74 {KEYWORD, "fib", FIB, t_fib},
|
/openbsd/usr.sbin/eigrpctl/ |
H A D | parser.h | 30 FIB, enumerator
|
H A D | eigrpctl.c | 192 case FIB: in main() 264 case FIB: in main()
|
H A D | parser.c | 81 {KEYWORD, "fib", FIB, t_fib},
|
/openbsd/usr.sbin/ospfctl/ |
H A D | parser.h | 29 FIB, enumerator
|
H A D | parser.c | 66 {KEYWORD, "fib", FIB, t_fib},
|
H A D | ospfctl.c | 183 case FIB: in main()
|
/openbsd/usr.sbin/ospf6ctl/ |
H A D | parser.h | 29 FIB, enumerator
|
H A D | parser.c | 67 {KEYWORD, "fib", FIB, t_fib},
|
H A D | ospf6ctl.c | 216 case FIB: in main() 309 case FIB: in main()
|
/openbsd/usr.sbin/bgpctl/ |
H A D | parser.h | 42 FIB, enumerator
|
H A D | parser.c | 128 { KEYWORD, "fib", FIB, t_fib},
|
H A D | bgpctl.c | 277 case FIB: in main()
|
/openbsd/gnu/usr.bin/cvs/vms/ |
H A D | vmsmunch.c | 289 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 D | ChangeLog | 891 - Support SO_SETFIB on FreeBSD. Add setfib=<FIB> after an ip-address 892 option to use the specified FIB for that socket.
|