Searched defs:InsertAtHead (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/IR/ |
H A D | DebugProgramInstruction.cpp | 652 insertDbgRecord(DbgRecord * New,bool InsertAtHead) insertDbgRecord() argument 670 absorbDebugValues(DbgMarker & Src,bool InsertAtHead) absorbDebugValues() argument 680 absorbDebugValues(iterator_range<DbgRecord::self_iterator> Range,DbgMarker & Src,bool InsertAtHead) absorbDebugValues() argument 693 cloneDebugInfoFrom(DbgMarker * From,std::optional<simple_ilist<DbgRecord>::iterator> from_here,bool InsertAtHead) cloneDebugInfoFrom() argument [all...] |
H A D | Instruction.cpp | 138 bool InsertAtHead = InsertPos.getHeadBit(); insertBefore() local 203 bool InsertAtHead = I.getHeadBit(); moveBeforeImpl() local 235 cloneDebugInfoFrom(const Instruction * From,std::optional<DbgRecord::self_iterator> FromHere,bool InsertAtHead) cloneDebugInfoFrom() argument 267 adoptDbgRecords(BasicBlock * BB,BasicBlock::iterator It,bool InsertAtHead) adoptDbgRecords() argument [all...] |
H A D | BasicBlock.cpp | 772 bool InsertAtHead = Dest.getHeadBit(); spliceDebugInfoEmptyBlock() local 893 bool InsertAtHead = Dest.getHeadBit(); spliceDebugInfoImpl() local 1067 bool InsertAtHead = Where.getHeadBit(); insertDbgRecordBefore() local
|
H A D | DIBuilder.cpp | 1116 insertDbgVariableRecord(DbgVariableRecord * DVR,BasicBlock * InsertBB,Instruction * InsertBefore,bool InsertAtHead) insertDbgVariableRecord() argument
|