Lines Matching refs:InstrInfo
109 static void log_global_event(InstrInfo* ii) in log_global_event()
136 void log_cond_branch(InstrInfo* ii, Word taken) in log_cond_branch()
166 void log_ind_branch(InstrInfo* ii, UWord actual_dst) in log_ind_branch()
247 InstrInfo* inode;
599 static void addEvent_Ir ( ClgState* clgs, InstrInfo* inode ) in addEvent_Ir()
616 void addEvent_Dr ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dr()
637 void addEvent_Dw ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dw()
672 void addEvent_Bc ( ClgState* clgs, InstrInfo* inode, IRAtom* guard ) in addEvent_Bc()
692 void addEvent_Bi ( ClgState* clgs, InstrInfo* inode, IRAtom* whereTo ) in addEvent_Bi()
712 void addEvent_G ( ClgState* clgs, InstrInfo* inode ) in addEvent_G()
734 InstrInfo* next_InstrInfo ( ClgState* clgs, UInt instr_size ) in next_InstrInfo()
736 InstrInfo* ii; in next_InstrInfo()
764 InstrInfo* ii; in update_cost_offsets()
917 InstrInfo* curr_inode = NULL; in CLG_()