Searched refs:TmpIList (Results 1 – 1 of 1) sorted by relevance
45 SmallVector<Instruction *, 8> TmpIList; in collectInstructions() local46 PN->collectInstructions(Pred, TmpIList); in collectInstructions()47 IList.insert(IList.end(), TmpIList.begin(), TmpIList.end()); in collectInstructions()