Home
last modified time | relevance | path

Searched refs:hasDbgRecords (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp797 if (!First->hasDbgRecords()) in spliceDebugInfoEmptyBlock()
847 if (!First.getHeadBit() && First->hasDbgRecords()) { in spliceDebugInfo()
852 if (First->hasDbgRecords()) { in spliceDebugInfo()
999 if (!ReadFromHead && First->hasDbgRecords()) { in spliceDebugInfoImpl()
H A DInstruction.cpp264 bool Instruction::hasDbgRecords() const { return !getDbgRecordRange().empty(); } in hasDbgRecords() function in Instruction
H A DVerifier.cpp681 CheckDI(!isa<PHINode>(&I) || !I.hasDbgRecords(), in visitDbgRecords()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h114 bool hasDbgRecords() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1505 if (!Next->hasDbgRecords()) in getNextNode()
1893 bool ProcessedLeadingDbgRecords = !BB.begin()->hasDbgRecords(); in process()
1919 if (II != EI && II->hasDbgRecords()) { in process()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1197 if (!II->hasDbgRecords()) in handleDbgInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2106 if (BE != RangeBB->end() && BE->hasDbgRecords()) { in cloneInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1538 if (!I1->hasDbgRecords()) in hoistLockstepIdenticalDbgVariableRecords()
1562 if (!Other->hasDbgRecords()) in hoistLockstepIdenticalDbgVariableRecords()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3603 if (I.hasDbgRecords() && WriteNewDbgInfoFormatToBitcode) { in writeFunction()