Lines Matching defs:from
212 * for subroutine call (from->bb->jmp_addr => to->bb->addr)
214 * Each BB has at most one CALL instruction. The list of JCC from
224 * <sum> is updated on returning from the subroutine by
234 jCC* next_from; /* next JCC from a BBCC */
235 BBCC *from, *to; /* call arc from/to this BBCC */
273 * from possibly multiple mappings of the same ELF object.
337 * Cost info for a side exits from a BB
354 * - position where current function is called from
369 ULong ret_counter; /* how often returned from jccs of this bbcc;
377 FullCost skipped; /* cost for skipped functions called from
591 * - the address offset from the BB start address
592 * - file/line from debug info for that address (can change inside a BB)
673 /* from clo.c */
681 /* from sim.c */
684 /* from main.c */
695 /* from bb.c */
707 /* from fn.c */
720 /* from bbcc.c */
732 /* from jumps.c */
736 jCC* CLG_(get_jcc)(BBCC* from, UInt, BBCC* to);
738 /* from callstack.c */
744 void CLG_(push_call_stack)(BBCC* from, UInt jmp, BBCC* to, Addr sp, Bool skip);
748 /* from context.c */
757 /* from threads.c */
773 /* from dump.c */
831 /* from debug.c */