Searched refs:StartPoint (Results 1 – 3 of 3) sorted by relevance
51 - Fixed data type error in function StartPoint()
3668 auto StartPoint = BB->rbegin(); in deleteInstructionsInBlock() local3669 ++StartPoint; in deleteInstructionsInBlock()3672 for (BasicBlock::reverse_iterator I(StartPoint); I != BB->rend();) { in deleteInstructionsInBlock()
333 - Fixed data type error in function StartPoint()