Searched refs:FIE (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 239 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 D | RegisterScavenging.cpp | 233 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 D | BranchFolding.cpp | 1973 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 D | DwarfDebug.cpp | 304 [](const FrameIndexExpr &FIE) { in addFrameIndexExpr() argument 305 return FIE.Expr && FIE.Expr->isFragment(); in addFrameIndexExpr()
|