Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceBasicBlocks.cpp56 auto &FIB = *FI; in replaceBranchTerminator() local
57 if (BBsToKeep.count(&FIB) && !isa<PHINode>(FIB.begin())) { in replaceBranchTerminator()
58 BranchInst::Create(&FIB, &BB); in replaceBranchTerminator()
/llvm-project-15.0.7/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.cpp456 int FIB = MFI.getObjectIndexBegin(), FIE = MFI.getObjectIndexEnd(); in spill() local
462 if (FI < FIB || FI >= FIE) in spill()
495 if (FI < FIB || FI >= FIE) { in spill()