Searched refs:IsDebugLineInst (Results 1 – 18 of 18) sorted by relevance
31 inline bool IsDebugLineInst(SpvOp opcode) { in IsDebugLineInst() function
30 assert((!IsDebugLineInst(opcode_) || dbg_line.empty()) && in Instruction()
32 if (IsDebugLineInst(opcode)) { in AddInstruction()
115 if (last_line_inst_->IsDebugLineInst()) in AddInstruction()124 if (last_line_inst_->IsDebugLineInst()) in AddInstruction()
164 if (i.IsDebugLineInst()) i.SetResultId(c->TakeNextId()); in Clone()574 if (inst->IsDebugLineInst()) in AddDebugLine()580 bool Instruction::IsDebugLineInst() const { in IsDebugLineInst() function in spvtools::opt::Instruction
312 bool IsDebugLineInst() const;
346 if (line_inst.IsDebugLineInst()) { in AddDebugInstructionsToWorkList()
224 if (inst->IsDebugLineInst()) return; in CollectNonSemanticTree()
162 if (i.IsDebugLineInst()) i.SetResultId(c->TakeNextId()); in Clone()552 if (inst->IsDebugLineInst()) in AddDebugLine()558 bool Instruction::IsDebugLineInst() const { in IsDebugLineInst() function in spvtools::opt::Instruction
326 bool IsDebugLineInst() const;
354 if (line_inst.IsDebugLineInst()) { in AddDebugInstructionsToWorkList()
226 if (inst->IsDebugLineInst()) return; in CollectNonSemanticTree()