Home
last modified time | relevance | path

Searched refs:TmpIList (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDDDG.cpp45 SmallVector<Instruction *, 8> TmpIList; in collectInstructions() local
46 PN->collectInstructions(Pred, TmpIList); in collectInstructions()
47 IList.insert(IList.end(), TmpIList.begin(), TmpIList.end()); in collectInstructions()