Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp829 if (!First->hasDbgValues()) in spliceDebugInfoEmptyBlock()
879 if (!First.getHeadBit() && First->hasDbgValues()) { in spliceDebugInfo()
884 if (First->hasDbgValues()) { in spliceDebugInfo()
1016 if (!ReadFromHead && First->hasDbgValues()) { in spliceDebugInfoImpl()
H A DInstruction.cpp271 bool Instruction::hasDbgValues() const { return !getDbgValueRange().empty(); } in hasDbgValues() function in Instruction
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h87 bool hasDbgValues() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp1503 if (!Next->hasDbgValues()) in getNextNode()
1891 bool ProcessedLeadingDPValues = !BB.begin()->hasDbgValues(); in process()
1917 if (II != EI && II->hasDbgValues()) { in process()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1184 if (!II->hasDbgValues()) in handleDbgInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2117 if (BE != RangeBB->end() && BE->hasDbgValues()) { in cloneInstructions()