search for: startcheck

Displaying 1 result from an estimated 1 matches for "startcheck".

2012 Apr 19
0
[LLVMdev] Target Dependent Hexagon Packetizer patch
...ons before and >> + // including PacketMI. Howerver, we need to perform the check for the >> + // remaining instructions in the packet. >> + >> + std::vector<MachineInstr*>::iterator VI; >> + std::vector<MachineInstr*>::iterator VE; >> + unsigned StartCheck = 0; >> + >> + for (VI=CurrentPacketMIs.begin(), VE = CurrentPacketMIs.end(); >> + (VI != VE); ++VI) { >> + SUnit* TempSU = MIToSUnit[*VI]; >> + MachineInstr* TempMI = TempSU->getInstr(); >> + >> + // Following condition is true for all th...