Home
last modified time | relevance | path

Searched refs:InsertAtHead (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp472 void DPMarker::insertDPValue(DPValue *New, bool InsertAtHead) { in insertDPValue() argument
473 auto It = InsertAtHead ? StoredDPValues.begin() : StoredDPValues.end(); in insertDPValue()
490 void DPMarker::absorbDebugValues(DPMarker &Src, bool InsertAtHead) { in absorbDebugValues() argument
491 auto It = InsertAtHead ? StoredDPValues.begin() : StoredDPValues.end(); in absorbDebugValues()
499 DPMarker &Src, bool InsertAtHead) { in absorbDebugValues() argument
504 (InsertAtHead) ? StoredDPValues.begin() : StoredDPValues.end(); in absorbDebugValues()
512 bool InsertAtHead) { in cloneDebugInfoFrom() argument
524 auto Pos = (InsertAtHead) ? StoredDPValues.begin() : StoredDPValues.end(); in cloneDebugInfoFrom()
536 if (InsertAtHead) in cloneDebugInfoFrom()
H A DBasicBlock.cpp801 bool InsertAtHead = Dest.getHeadBit(); in spliceDebugInfoEmptyBlock() local
816 M->absorbDebugValues(*SrcTrailingDPValues, InsertAtHead); in spliceDebugInfoEmptyBlock()
832 createMarker(Dest)->absorbDebugValues(*First->DbgMarker, InsertAtHead); in spliceDebugInfoEmptyBlock()
926 bool InsertAtHead = Dest.getHeadBit(); in spliceDebugInfoImpl() local
1025 if (InsertAtHead) { in spliceDebugInfoImpl()
1037 } else if (Dest == end() && !InsertAtHead) { in spliceDebugInfoImpl()
1099 bool InsertAtHead = Where.getHeadBit(); in insertDPValueBefore() local
1100 Where->DbgMarker->insertDPValue(DPV, InsertAtHead); in insertDPValueBefore()
H A DInstruction.cpp146 bool InsertAtHead = InsertPos.getHeadBit(); in insertBefore() local
147 if (!InsertAtHead) { in insertBefore()
198 bool InsertAtHead = I.getHeadBit(); in moveBeforeImpl() local
203 if (I != this->getIterator() || InsertAtHead) { in moveBeforeImpl()
221 if (NextMarker && !InsertAtHead) in moveBeforeImpl()
232 bool InsertAtHead) { in cloneDebugInfoFrom() argument
243 return DbgMarker->cloneDebugInfoFrom(From->DbgMarker, FromHere, InsertAtHead); in cloneDebugInfoFrom()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h403 void absorbDebugValues(DPMarker &Src, bool InsertAtHead);
408 DPMarker &Src, bool InsertAtHead);
411 void insertDPValue(DPValue *New, bool InsertAtHead);
425 bool InsertAtHead = false);
H A DInstruction.h76 bool InsertAtHead = false);
H A DBasicBlock.h199 bool InsertAtHead);