Home
last modified time | relevance | path

Searched refs:last_function_call (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceDumper.cpp711 TraceDumper::FunctionCall &last_function_call, in AppendReturnedInstructionToFunctionCallForest() argument
716 TraceDumper::FunctionCall *ancestor = last_function_call.GetParentCall(); in AppendReturnedInstructionToFunctionCallForest()
770 TraceDumper::FunctionCall *last_function_call, in AppendInstructionToFunctionCallForest() argument
774 if (!last_function_call || last_function_call->IsError()) { in AppendInstructionToFunctionCallForest()
789 return last_function_call->GetLastTracedSegment().CreateNestedCall( in AppendInstructionToFunctionCallForest()
797 last_function_call->GetLastTracedSegment().AppendInsn(cursor_sp, in AppendInstructionToFunctionCallForest()
799 return *last_function_call; in AppendInstructionToFunctionCallForest()
803 const InstructionSP &insn = last_function_call->GetLastTracedSegment() in AppendInstructionToFunctionCallForest()
814 return last_function_call->GetLastTracedSegment().CreateNestedCall( in AppendInstructionToFunctionCallForest()
822 *last_function_call, symbol_info, cursor_sp, roots); in AppendInstructionToFunctionCallForest()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsched-deps.c641 add_dependence_list (insn, deps->last_function_call, REG_DEP_ANTI);
936 add_dependence_list (insn, deps->last_function_call, REG_DEP_OUTPUT);
1340 free_INSN_LIST_list (&deps->last_function_call);
1341 deps->last_function_call = alloc_INSN_LIST (insn, NULL_RTX);
1508 deps->last_function_call = 0;
H A Dsched-int.h77 rtx last_function_call; member
H A Dsched-rgn.c2510 succ_deps->last_function_call
2511 = concat_INSN_LIST (pred_deps->last_function_call,
2512 succ_deps->last_function_call);
H A DChangeLog.21851 last_function_call, sched_before_next_call): Move static variables
/openbsd-src/gnu/gcc/gcc/
H A Dsched-deps.c784 add_dependence_list (insn, deps->last_function_call, 1, in sched_analyze_reg()
1142 add_dependence_list (insn, deps->last_function_call, 1, REG_DEP_OUTPUT); in sched_analyze_insn()
1560 free_INSN_LIST_list (&deps->last_function_call); in sched_analyze()
1561 deps->last_function_call = alloc_INSN_LIST (insn, NULL_RTX); in sched_analyze()
1725 deps->last_function_call = 0; in init_deps()
H A Dsched-int.h93 rtx last_function_call; member
H A Dsched-rgn.c2468 succ_deps->last_function_call in propagate_deps()
2469 = concat_INSN_LIST (pred_deps->last_function_call, in propagate_deps()
2470 succ_deps->last_function_call); in propagate_deps()