Searched refs:TmpIList (Results 1 – 1 of 1) sorted by relevance
49 SmallVector<Instruction *, 8> TmpIList; in collectInstructions() local50 PN->collectInstructions(Pred, TmpIList); in collectInstructions()51 llvm::append_range(IList, TmpIList); in collectInstructions()