Searched refs:first_insn (Results 1 - 12 of 12) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanStepOut.h29 bool first_insn,
84 bool first_insn,
H A DThread.h914 /// @param[in] first_insn
934 bool first_insn,
957 /// @param[in] first_insn
983 bool first_insn,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBThreadPlan.cpp244 SBThreadPlan::QueueThreadPlanForStepOut (uint32_t frame_idx_to_step_to, bool first_insn) argument
252 first_insn,
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBThreadPlan.h98 QueueThreadPlanForStepOut (uint32_t frame_idx_to_step_to, bool first_insn = false);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp191 const bool first_insn = true; local
195 first_insn,
/freebsd-11.0-release/contrib/gcc/
H A Demit-rtl.c162 #define first_insn (cfun->emit->x_first_insn) macro
2091 first_insn = first;
2685 return first_insn;
2694 first_insn = insn;
2734 rtx insn = first_insn;
3381 if (NULL == first_insn)
3382 first_insn = insn;
3475 else if (first_insn == before)
3476 first_insn = insn;
3530 else if (first_insn
[all...]
H A Dgenattrtab.c163 struct insn_ent *first_insn; /* First insn with this value. */ member in struct:attr_value
1288 && (num_alt == 0 || av->first_insn == NULL
1289 || insn_alternatives[av->first_insn->def->insn_code]))
1296 av->first_insn = NULL;
1560 for (ie = av->first_insn; ie; ie = ie->next)
1620 for (ie = av->first_insn; ie; ie = ie->next)
1764 if (av->first_insn == ie)
1765 av->first_insn = ie->next;
1768 for (previe = av->first_insn; previe->next != ie; previe = previe->next)
1785 ie->next = av->first_insn;
[all...]
H A Dmodulo-sched.c165 static int kernel_number_of_cycles (rtx first_insn, rtx last_insn);
2307 kernel_number_of_cycles (rtx first_insn, rtx last_insn)
2315 for (insn = first_insn;
2302 kernel_number_of_cycles(rtx first_insn, rtx last_insn) argument
H A Dgenautomata.c6263 ainsn_t first_insn;
6285 first_insn = ainsn;
6286 gcc_assert (first_insn->first_insn_with_same_reservs);
6287 first_insn->first_ainsn_with_given_equivalence_num = 1;
6288 curr_insn = first_insn;
6298 while (curr_insn != first_insn);
6238 ainsn_t first_insn; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOut.cpp43 bool first_insn,
105 // FIXME - can we do this more securely if we know first_insn?
39 ThreadPlanStepOut( Thread &thread, SymbolContext *context, bool first_insn, bool stop_others, Vote stop_vote, Vote run_vote, uint32_t frame_idx, LazyBool step_out_avoids_code_without_debug_info, bool continue_to_next_branch ) argument
H A DThread.cpp1589 bool first_insn,
1598 first_insn,
1619 bool first_insn,
1628 first_insn,
1587 QueueThreadPlanForStepOut(bool abort_other_plans, SymbolContext *addr_context, bool first_insn, bool stop_other_threads, Vote stop_vote, Vote run_vote, uint32_t frame_idx, LazyBool step_out_avoids_code_without_debug_info) argument
1617 QueueThreadPlanForStepOutNoShouldStop(bool abort_other_plans, SymbolContext *addr_context, bool first_insn, bool stop_other_threads, Vote stop_vote, Vote run_vote, uint32_t frame_idx, bool continue_to_next_branch) argument
/freebsd-11.0-release/contrib/gcc/config/s390/
H A Ds390.c5300 rtx first_insn;
5325 pool->first_insn = NULL_RTX;
5342 pool->first_insn = insn;
5929 - INSN_ADDRESSES (INSN_UID (curr_pool->first_insn))
6070 rtx insn = curr_pool->first_insn;
5299 rtx first_insn; member in struct:constant_pool

Completed in 238 milliseconds