Searched refs:debug1_end (Results 1 – 6 of 6) sorted by relevance
166 inline Module::inst_iterator debug1_end();826 Module::inst_iterator IRContext::debug1_end() { return module()->debug1_end(); } in debug1_end() function
165 inline inst_iterator debug1_end();371 inline Module::inst_iterator Module::debug1_end() { return debugs1_.end(); } in debug1_end() function
168 inline Module::inst_iterator debug1_end();844 Module::inst_iterator IRContext::debug1_end() { return module()->debug1_end(); } in debug1_end() function
111 MakeUnique<Instruction>(*(--context()->debug1_end())->Clone(context())); in Process()
110 auto inst = MakeUnique<Instruction>(*(--context()->debug1_end())); in Process()