Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp239 MachineBasicBlock::iterator &TIE, MachineBasicBlock::iterator &FIE,
256 MachineBasicBlock::iterator &TIE, MachineBasicBlock::iterator &FIE,
301 MachineBasicBlock::iterator FIE = FBBInfo.BB->end(); in MeetIfcvtSizeLimit() local
304 if (!CountDuplicatedInstructions(TIB, FIB, TIE, FIE, Dups1, Dups2, in MeetIfcvtSizeLimit()
335 for (auto &I : make_range(FIE, FBBInfo.BB->end())) { in MeetIfcvtSizeLimit()
363 for (auto &I : make_range(FIB, FIE)) { in MeetIfcvtSizeLimit()
753 MachineBasicBlock::iterator &FIE, in CountDuplicatedInstructions() argument
757 while (TIB != TIE && FIB != FIE) { in CountDuplicatedInstructions()
760 FIB = skipDebugInstructionsForward(FIB, FIE, false); in CountDuplicatedInstructions()
761 if (TIB == TIE || FIB == FIE) in CountDuplicatedInstructions()
[all …]
H A DRegisterScavenging.cpp233 int FIB = MFI.getObjectIndexBegin(), FIE = MFI.getObjectIndexEnd(); in spill() local
239 if (FI < FIB || FI >= FIE) in spill()
261 Scavenged.push_back(ScavengedInfo(FIE)); in spill()
272 if (FI < FIB || FI >= FIE) { in spill()
H A DBranchFolding.cpp1973 MachineBasicBlock::iterator FIE = FBB->end(); in HoistCommonCodeInSuccs() local
1975 while (TIB != TIE && FIB != FIE) { in HoistCommonCodeInSuccs()
1978 FIB = skipDebugInstructionsForward(FIB, FIE, false); in HoistCommonCodeInSuccs()
1979 if (TIB == TIE || FIB == FIE) in HoistCommonCodeInSuccs()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp304 [](const FrameIndexExpr &FIE) { in addFrameIndexExpr() argument
305 return FIE.Expr && FIE.Expr->isFragment(); in addFrameIndexExpr()