Searched refs:hasDbgValues (Results 1 – 6 of 6) sorted by relevance
829 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()
271 bool Instruction::hasDbgValues() const { return !getDbgValueRange().empty(); } in hasDbgValues() function in Instruction
87 bool hasDbgValues() const;
1503 if (!Next->hasDbgValues()) in getNextNode()1891 bool ProcessedLeadingDPValues = !BB.begin()->hasDbgValues(); in process()1917 if (II != EI && II->hasDbgValues()) { in process()
1184 if (!II->hasDbgValues()) in handleDbgInfo()
2117 if (BE != RangeBB->end() && BE->hasDbgValues()) { in cloneInstructions()