Searched refs:debug_insts_in_header_ (Results 1 – 6 of 6) sorted by relevance
37 for (const auto& i : debug_insts_in_header_) { in Clone()95 if (!debug_insts_in_header_.empty()) { in WhileEachInst()96 Instruction* di = &debug_insts_in_header_.front(); in WhileEachInst()144 for (const auto& di : debug_insts_in_header_) { in WhileEachInst()192 if (debug_insts_in_header_.empty()) return; in ForEachDebugInstructionsInHeader()194 Instruction* di = &debug_insts_in_header_.front(); in ForEachDebugInstructionsInHeader()
189 InstructionList debug_insts_in_header_; variable210 debug_insts_in_header_.push_back(std::move(p)); in AddDebugInstructionInHeader()
202 InstructionList debug_insts_in_header_; variable223 debug_insts_in_header_.push_back(std::move(p)); in AddDebugInstructionInHeader()