Searched refs:StartPoint (Results 1 – 3 of 3) sorted by relevance
50 - Fixed data type error in function StartPoint()
3709 auto StartPoint = BB->rbegin(); in deleteInstructionsInBlock() local3710 ++StartPoint; in deleteInstructionsInBlock()3713 for (BasicBlock::reverse_iterator I(StartPoint); I != BB->rend();) { in deleteInstructionsInBlock()
331 - Fixed data type error in function StartPoint()