Searched refs:cgs (Results 1 – 1 of 1) sorted by relevance
675 InstrInfo* setup_InstrInfo ( CgState* cgs, Addr instr_addr, UInt instr_len ) in setup_InstrInfo() argument678 tl_assert(cgs->sbInfo_i >= 0); in setup_InstrInfo()679 tl_assert(cgs->sbInfo_i < cgs->sbInfo->n_instrs); in setup_InstrInfo()680 i_node = &cgs->sbInfo->instrs[ cgs->sbInfo_i ]; in setup_InstrInfo()684 cgs->sbInfo_i++; in setup_InstrInfo()693 static void flushEvents ( CgState* cgs ) in flushEvents() argument706 while (i < cgs->events_used) { in flushEvents()715 tl_assert(i >= 0 && i < cgs->events_used); in flushEvents()717 ev = &cgs->events[i]; in flushEvents()718 ev2 = ( i < cgs->events_used-1 ? &cgs->events[i+1] : NULL ); in flushEvents()[all …]