Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp152 TypeIndex TIB{Header->TypeIndexBegin}; in buildHashMap() local
154 while (TIB < TIE) { in buildHashMap()
155 uint32_t HV = HashValues[TIB.toArrayIndex()]; in buildHashMap()
156 HashMap[HV].push_back(TIB++); in buildHashMap()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DIfConversion.cpp355 for (auto &I : make_range(TIB, TIE)) { in MeetIfcvtSizeLimit()
734 MachineBasicBlock::iterator &TIB, in CountDuplicatedInstructions() argument
741 while (TIB != TIE && FIB != FIE) { in CountDuplicatedInstructions()
743 TIB = skipDebugInstructionsForward(TIB, TIE, false); in CountDuplicatedInstructions()
745 if (TIB == TIE || FIB == FIE) in CountDuplicatedInstructions()
747 if (!TIB->isIdenticalTo(*FIB)) in CountDuplicatedInstructions()
752 if (TII->ClobbersPredicate(*TIB, PredDefs, false)) in CountDuplicatedInstructions()
755 if (!TIB->isBranch()) in CountDuplicatedInstructions()
757 ++TIB; in CountDuplicatedInstructions()
762 if (TIB == TIE || FIB == FIE) in CountDuplicatedInstructions()
[all …]
H A DBranchFolding.cpp1917 MachineBasicBlock::iterator TIB = TBB->begin(); in HoistCommonCodeInSuccs() local
1921 while (TIB != TIE && FIB != FIE) { in HoistCommonCodeInSuccs()
1923 TIB = skipDebugInstructionsForward(TIB, TIE, false); in HoistCommonCodeInSuccs()
1925 if (TIB == TIE || FIB == FIE) in HoistCommonCodeInSuccs()
1931 if (TII->isPredicated(*TIB)) in HoistCommonCodeInSuccs()
1936 for (MachineOperand &MO : TIB->operands()) { in HoistCommonCodeInSuccs()
1987 if (!TIB->isSafeToMove(nullptr, DontMoveAcrossStore)) in HoistCommonCodeInSuccs()
1991 for (const MachineOperand &MO : TIB->operands()) { in HoistCommonCodeInSuccs()
2009 for (const MachineOperand &MO : TIB->operands()) { in HoistCommonCodeInSuccs()
2020 ++TIB; in HoistCommonCodeInSuccs()
[all …]
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp184 TypeIndex TIB = Prev->Type; in visitRangeForType() local
185 if (contains(TIB)) { in visitRangeForType()
201 visitRange(TIB, Prev->Offset, TIE); in visitRangeForType()