Searched refs:non_semantic (Results 1 – 6 of 6) sorted by relevance
51 for (auto& non_semantic : non_semantic_) { in Clone() local53 std::unique_ptr<Instruction>(non_semantic->Clone(ctx))); in Clone()117 for (auto& non_semantic : non_semantic_) { in WhileEachInst() local118 if (!non_semantic->WhileEachInst(f, run_on_debug_line_insts)) { in WhileEachInst()165 for (auto& non_semantic : non_semantic_) { in WhileEachInst() local166 if (!static_cast<const Instruction*>(non_semantic.get()) in WhileEachInst()
86 std::unique_ptr<Instruction> non_semantic);274 std::unique_ptr<Instruction> non_semantic) { in AddNonSemanticInstruction() argument275 non_semantic_.emplace_back(std::move(non_semantic)); in AddNonSemanticInstruction()
49 for (auto& non_semantic : non_semantic_) { in Clone() local51 std::unique_ptr<Instruction>(non_semantic->Clone(ctx))); in Clone()115 for (auto& non_semantic : non_semantic_) { in WhileEachInst() local116 if (!non_semantic->WhileEachInst(f, run_on_debug_line_insts)) { in WhileEachInst()163 for (auto& non_semantic : non_semantic_) { in WhileEachInst() local164 if (!static_cast<const Instruction*>(non_semantic.get()) in WhileEachInst()